diff --git a/manifest.json b/manifest.json index 99e980e..cb95856 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "novel-word-count", "name": "Novel word count", - "version": "4.1.0", + "version": "4.2.0", "minAppVersion": "0.13.31", "description": "Displays a word count (and more!) for each file, folder and vault in the File Explorer pane.", "author": "Isaac Lyman", diff --git a/package-lock.json b/package-lock.json index d36c0d7..bb13efa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "novel-word-count", - "version": "4.1.0", + "version": "4.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "novel-word-count", - "version": "4.1.0", + "version": "4.2.0", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", diff --git a/package.json b/package.json index 26d1246..68de560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "novel-word-count", - "version": "4.1.0", + "version": "4.2.0", "description": "Displays a word count, page count, and/or other statistics for each file, folder and vault in the File Explorer pane.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 043f5ef..0c21fee 100644 --- a/versions.json +++ b/versions.json @@ -84,5 +84,6 @@ "3.12.1": "0.13.31", "3.12.2": "0.13.31", "4.0.0": "0.13.31", - "4.1.0": "0.13.31" + "4.1.0": "0.13.31", + "4.2.0": "0.13.31" } \ No newline at end of file