diff --git a/manifest.json b/manifest.json index 20dd833..ca026e1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "uri-commands", "name": "URI Commands", - "version": "0.5.0", + "version": "1.0.0", "minAppVersion": "0.9.12", "description": "Execute URIs from the Obsidian command palette.", "author": "kzhovn", diff --git a/package.json b/package.json index b24365f..83e04bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uri-commands", - "version": "0.5.0", + "version": "1.0.0", "description": "Execute URIs from the Obsidian command palette.", "main": "main.js", "scripts": {