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