diff --git a/manifest.json b/manifest.json index 9300c29..7c12642 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-quickshare", "name": "QuickShare", - "version": "1.1.1", + "version": "1.2.0", "minAppVersion": "0.13.25", "description": "Securely share your Obsidian notes with one click. Notes are end-to-end encrypted. No API keys or configuration required.", "author": "Maxime Cannoodt (@mcndt)", diff --git a/package-lock.json b/package-lock.json index d5cac9b..a5ed5ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-note-sharing", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-note-sharing", - "version": "1.1.1", + "version": "1.2.0", "license": "MIT", "dependencies": { "crc": "^4.1.1" diff --git a/package.json b/package.json index 8bfc4a2..49d2321 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-note-sharing", - "version": "1.1.1", + "version": "1.2.0", "description": "Obsidian plugin for encrypting and uploading notes to noteshare.space.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index be737a1..80fd707 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "1.0.1": "0.13.25", "1.0.2": "0.13.25", "1.1.0": "0.13.25", - "1.1.1": "0.13.25" + "1.1.1": "0.13.25", + "1.2.0": "0.13.25" } \ No newline at end of file