Bump version to 0.2.0

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
root 2026-06-15 20:28:28 +00:00
parent 028fd5627d
commit 1de5a3756e
4 changed files with 5 additions and 4 deletions

View file

@ -39,7 +39,7 @@ to reveal the hidden contents.
### From a release (recommended)
1. Download `obsidian-spoiler-plugin_v0.1.zip` from the
1. Download `obsidian-spoiler-plugin_v0.2.zip` from the
[latest release](https://github.com/PatruusBarba/ObsidianSpoilerPlugin/releases/latest).
2. Unzip it into your vault's plugins folder so you end up with
`<vault>/.obsidian/plugins/obsidian-spoiler-plugin/` containing `main.js` and

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-spoiler-plugin",
"name": "Spoiler",
"version": "1.0.0",
"version": "0.2.0",
"minAppVersion": "0.15.0",
"description": "Wrap selected text in a collapsible spoiler callout, or unwrap an existing spoiler, from a ribbon button.",
"author": "PatruusBarba",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-spoiler-plugin",
"version": "1.0.0",
"version": "0.2.0",
"description": "Wrap selected text in a collapsible spoiler callout, or unwrap an existing spoiler, from a ribbon button.",
"main": "main.js",
"scripts": {

View file

@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
"1.0.0": "0.15.0",
"0.2.0": "0.15.0"
}