diff --git a/manifest.json b/manifest.json index 92c8df2..4991384 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "0.23.0", + "version": "1.0.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 d6ecb0b..217e375 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "0.23.0", + "version": "1.0.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a072acd..9cb7f19 100644 --- a/versions.json +++ b/versions.json @@ -48,5 +48,6 @@ "0.20.1": "0.13.19", "0.21.0": "0.13.19", "0.22.0": "0.13.19", - "0.23.0": "0.13.19" + "0.23.0": "0.13.19", + "1.0.0": "0.13.19" } \ No newline at end of file