diff --git a/manifest.json b/manifest.json index c7257f7..8361510 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsius-publish", "name": "Obsius Publish", - "version": "1.3.0", + "version": "1.4.0", "minAppVersion": "0.12.0", "description": "Make single notes instantly available on the web.", "author": "Jon Grythe Stødle", diff --git a/package-lock.json b/package-lock.json index a34c1f1..7bb218d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "devDependencies": { "@types/node": "18.19.39", diff --git a/package.json b/package.json index ddf66f6..373245b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.3.0", + "version": "1.4.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 817e524..91b0eeb 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "1.2.2": "0.12.0", "1.2.3": "0.12.0", "1.2.4": "0.12.0", - "1.3.0": "0.12.0" + "1.3.0": "0.12.0", + "1.4.0": "0.12.0" } \ No newline at end of file