diff --git a/manifest.json b/manifest.json index 364bce5..ef848f9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ -{ - "id": "quickadd", - "name": "QuickAdd", - "version": "0.5.5", - "minAppVersion": "0.13.19", - "description": "Quickly add new pages or content to your vault.", - "author": "Christian B. B. Houmann", - "authorUrl": "https://bagerbach.com", - "isDesktopOnly": false -} +{ + "id": "quickadd", + "name": "QuickAdd", + "version": "0.6.0", + "minAppVersion": "0.13.19", + "description": "Quickly add new pages or content to your vault.", + "author": "Christian B. B. Houmann", + "authorUrl": "https://bagerbach.com", + "isDesktopOnly": false +} \ No newline at end of file diff --git a/package.json b/package.json index 1f57729..4e30748 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "0.5.5", + "version": "0.6.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 388f552..f1635af 100644 --- a/versions.json +++ b/versions.json @@ -1,7 +1,8 @@ -{ - "0.2.16": "0.12.4", - "0.4.17": "0.12.17", - "0.4.18": "0.13.19", - "0.4.21": "0.13.19", - "0.5.5": "0.13.19" -} +{ + "0.2.16": "0.12.4", + "0.4.17": "0.12.17", + "0.4.18": "0.13.19", + "0.4.21": "0.13.19", + "0.5.5": "0.13.19", + "0.6.0": "0.13.19" +} \ No newline at end of file