Skip to content

Commit e23d2dc

Browse files
committed
4.5.0
1 parent d88a3d6 commit e23d2dc

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "novel-word-count",
33
"name": "Novel word count",
4-
"version": "4.4.0",
4+
"version": "4.5.0",
55
"minAppVersion": "0.13.31",
66
"description": "Displays a word count (and more!) for each file, folder and vault in the File Explorer pane.",
77
"author": "Isaac Lyman",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "novel-word-count",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"description": "Displays a word count, page count, and/or other statistics for each file, folder and vault in the File Explorer pane.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,6 @@
8888
"4.2.0": "0.13.31",
8989
"4.3.0": "0.13.31",
9090
"4.3.1": "0.13.31",
91-
"4.4.0": "0.13.31"
91+
"4.4.0": "0.13.31",
92+
"4.5.0": "0.13.31"
9293
}

0 commit comments

Comments
 (0)