diff --git a/manifest.json b/manifest.json index 3a15290..e494e35 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "0.9.3", + "version": "0.10.0", "minAppVersion": "0.13.19", "description": "Quickly add new pages or content to your vault.", "author": "Christian B. B. Houmann", diff --git a/package.json b/package.json index b763310..633b961 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "0.9.3", + "version": "0.10.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 31e3f02..958c6af 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "0.9.0": "0.13.19", "0.9.1": "0.13.19", "0.9.2": "0.13.19", - "0.9.3": "0.13.19" + "0.9.3": "0.13.19", + "0.10.0": "0.13.19" } \ No newline at end of file