From ef2dc0aef2ced284fb6463001dfc2aaf4cdc3fc5 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 15 Jun 2026 23:39:23 +0000 Subject: [PATCH] Bump version to 0.2.2 Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 7 +++---- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c411bee..8f8ee92 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,10 @@ contents. ### From a release (recommended) -1. Download `obsidian-spoiler-plugin_v0.2.1.zip` from the +1. Download `main.js` and `manifest.json` 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/spoiler/` containing `main.js` and - `manifest.json`. +2. Put both files in your vault at + `/.obsidian/plugins/spoiler/`. 3. Reload Obsidian and enable **Spoiler** in *Settings → Community plugins* (you may need to turn off *Restricted mode* first). diff --git a/manifest.json b/manifest.json index c29ac93..a3b2512 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "spoiler", "name": "Spoiler", - "version": "0.2.1", + "version": "0.2.2", "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 b0b1652..5876103 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spoiler-plugin", - "version": "0.2.1", + "version": "0.2.2", "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 dfef3b6..3e4556f 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "0.2.0": "0.15.0", - "0.2.1": "0.15.0" + "0.2.1": "0.15.0", + "0.2.2": "0.15.0" }