diff --git a/manifest.json b/manifest.json index 4b35fb5..ca4b71f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "another-web-browser", "name": "Another Web Browser", - "version": "0.2.3", + "version": "0.2.4", "minAppVersion": "1.0.0", "description": "Lets you browse the web within Obsidian with some neat features.", "author": "Dion Tryban (Trikzon) && Boninall", "authorUrl": "https://github.com/Trikzon", "isDesktopOnly": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index 9ac3b91..d7432ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "another-web-browser", - "version": "0.2.3", + "version": "0.2.4", "description": "Lets you browse the web within Obsidian with some neat features.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index af20635..0aec08d 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "0.2.0": "1.0.0", "0.2.1": "1.0.0", "0.2.2": "1.0.0", - "0.2.3": "1.0.0" + "0.2.3": "1.0.0", + "0.2.4": "1.0.0" } \ No newline at end of file