diff --git a/manifest.json b/manifest.json index 326c6ca..6b64846 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "new-tab-default-page", "name": "Default New Tab Page", - "version": "0.11.3", + "version": "0.11.4", "minAppVersion": "1.0.0", "description": "Open a note of your choice when creating a new tab, like in the browser.", "author": "pseudometa", diff --git a/package.json b/package.json index 2822455..4715e56 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "New Tab Default Page", "description": "Open a note of your choice when creating a new tab, like in the browser.", "author": "Chris Grieser", - "version": "0.11.3", + "version": "0.11.4", "keywords": [], "license": "MIT", "main": "main.js", diff --git a/versions.json b/versions.json index 3b4907d..b41d526 100644 --- a/versions.json +++ b/versions.json @@ -20,5 +20,6 @@ "0.11.0": "1.0.0", "0.11.1": "1.0.0", "0.11.2": "1.0.0", - "0.11.3": "1.0.0" + "0.11.3": "1.0.0", + "0.11.4": "1.0.0" }