From 4ee2454f7f3861ff4b27fc182fb47049da9f9712 Mon Sep 17 00:00:00 2001 From: logonoff Date: Sun, 7 Jul 2024 21:58:58 -0400 Subject: [PATCH] Update minimum version requirement --- README.md | 2 +- versions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61a0944..4877f07 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This plugin adds support for inline spoilers in [Obsidian](https://obsidian.md) ![Demo gif](https://i.imgur.com/LKqBaug.gif) ## Usage -To create an inline spoiler, wrap the text you want to hide in `||`, or by using the "Inline spoilers: Create spoiler" command in the command palette. For example: +To create an inline spoiler, wrap the text you want to hide in `||`, or by performing the **Inline spoilers: Create spoiler** command. For example: ``` ||This text will be hidden|| diff --git a/versions.json b/versions.json index 26382a1..33e39c5 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.0": "0.15.0" + "1.0.0": "1.6.5" }