mirror of
https://github.com/patruusbarba/ObsidianSpoilerPlugin.git
synced 2026-07-22 07:48:59 +00:00
Bump version to 0.2.0
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
028fd5627d
commit
1de5a3756e
4 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"1.0.0": "0.15.0"
|
||||
"1.0.0": "0.15.0",
|
||||
"0.2.0": "0.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue