diff --git a/manifest.json b/manifest.json index 709d142..e409585 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "1.6.1", + "version": "1.7.0", "minAppVersion": "0.13.19", "description": "Quickly add new pages or content to your vault.", "author": "Christian B. B. Houmann", @@ -9,4 +9,4 @@ "fundingUrl": "https://www.buymeacoffee.com/chhoumann", "helpUrl": "https://quickadd.obsidian.guide/docs/", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index b02e189..b4a863a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "1.6.1", + "version": "1.7.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { @@ -115,4 +115,4 @@ ] ] } -} \ No newline at end of file +} diff --git a/versions.json b/versions.json index 7623d6d..f134991 100644 --- a/versions.json +++ b/versions.json @@ -59,5 +59,6 @@ "1.4.0": "0.13.19", "1.5.0": "0.13.19", "1.6.0": "0.13.19", - "1.6.1": "0.13.19" + "1.6.1": "0.13.19", + "1.7.0": "0.13.19" } \ No newline at end of file