diff --git a/manifest.json b/manifest.json index 9bd3e9a..e6b537c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "novel-word-count", "name": "Novel word count", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "0.13.31", "description": "Displays a word or page count for each file, folder and vault in the file pane.", "author": "Isaac Lyman", diff --git a/package-lock.json b/package-lock.json index 87b8058..ea81751 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "novel-word-count", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "novel-word-count", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 62f8e3f..c97cfcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "novel-word-count", - "version": "1.1.0", + "version": "1.1.1", "description": "Displays a word or page count for each file, folder and vault in the file pane.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6b88270..5b60192 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.9.7", "1.0.1": "0.12.0", - "1.1.0": "0.13.31" + "1.1.0": "0.13.31", + "1.1.1": "0.13.31" } \ No newline at end of file