diff --git a/manifest.json b/manifest.json index b87ed47..c2c14f0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "raindrop-io", "name": "Raindrop.io", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "1.7.2", "description": "Browse Raindrop.io links in notes with note-aware and configurable search filters.", "author": "Lukas '@dotWee' Wolfsteiner ", diff --git a/package-lock.json b/package-lock.json index 632e9c6..c3a002f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-raindropio-plugin", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-raindropio-plugin", - "version": "1.0.2", + "version": "1.0.3", "license": "WTFPL", "dependencies": { "obsidian": "latest" diff --git a/package.json b/package.json index a1c0d78..d6ff49b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-raindropio-plugin", - "version": "1.0.2", + "version": "1.0.3", "description": "Browse Raindrop.io links in notes with note-aware and configurable search filters.", "main": "main.js", "type": "module", diff --git a/versions.json b/versions.json index 15146d9..db4dd86 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "1.7.2", - "1.0.2": "1.7.2" + "1.0.2": "1.7.2", + "1.0.3": "1.7.2" } \ No newline at end of file