diff --git a/README.md b/README.md index f80fd83..312d27f 100644 --- a/README.md +++ b/README.md @@ -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 `/.obsidian/plugins/obsidian-spoiler-plugin/` containing `main.js` and diff --git a/manifest.json b/manifest.json index b16be77..9d7502e 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index b337b70..b442368 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 26382a1..dcf50a9 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" + "1.0.0": "0.15.0", + "0.2.0": "0.15.0" }