diff --git a/manifest.json b/manifest.json index 15c7e4b..0e07228 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "permanent-ink", "name": "Permanent Ink", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "0.12.0", "description": "Turn every deletion into a visible strikethrough, and keep a history of thought process with color-coded highlights and an annotation sidebar.", "author": "thdngan", diff --git a/package.json b/package.json index 9ab1e2c..ce1ba3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "permanent-ink", - "version": "1.0.0", + "version": "1.0.1", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "./build/main.js", "scripts": { diff --git a/versions.json b/versions.json index 7b808bc..7808f9c 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "1.12.7" + "1.0.0": "1.12.7", + "1.0.1": "0.12.0" } \ No newline at end of file