diff --git a/manifest.json b/manifest.json index 8043214..43fd598 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-stille", "name": "Stille", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.9.12", "description": "Focus on your writing, a section at a time.", "author": "Michael Lee", diff --git a/package.json b/package.json index 2d45859..aebeb49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-stille", - "version": "1.0.1", + "version": "1.0.2", "description": "An Obsidian plugin that helps you focus on your writing, a section at a time.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e92f4a3..4a30dd0 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.0.2": "0.9.12", "1.0.1": "0.9.12", "1.0.0": "0.9.12" }