diff --git a/manifest.json b/manifest.json index b40a7fa..3e6100a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsius-publish", "name": "Obsius Publish", - "version": "1.2.3", + "version": "1.2.4", "minAppVersion": "0.12.0", "description": "Make single notes instantly available on the web.", "author": "Jon Grythe Stødle", diff --git a/package.json b/package.json index 86bdbce..887ddd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.2.3", + "version": "1.2.4", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 4a95b27..6ad399c 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.2.0": "0.12.0", "1.2.1": "0.12.0", "1.2.2": "0.12.0", - "1.2.3": "0.12.0" + "1.2.3": "0.12.0", + "1.2.4": "0.12.0" } \ No newline at end of file