diff --git a/manifest.json b/manifest.json index 6010b42..7e2ee61 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "1.11.5", + "version": "1.12.0", "minAppVersion": "1.6.0", "description": "Quickly add new pages or content to your vault.", "author": "Christian B. B. Houmann", diff --git a/package.json b/package.json index 091a330..dd48da1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "1.11.5", + "version": "1.12.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { @@ -118,4 +118,4 @@ ] ] } -} \ No newline at end of file +} diff --git a/versions.json b/versions.json index a2c3772..b14ecf3 100644 --- a/versions.json +++ b/versions.json @@ -72,5 +72,6 @@ "1.11.2": "1.6.0", "1.11.3": "1.6.0", "1.11.4": "1.6.0", - "1.11.5": "1.6.0" + "1.11.5": "1.6.0", + "1.12.0": "1.6.0" } \ No newline at end of file