Skip to content

Commit 566f853

Browse files
committed
bump 0.9.4
1 parent 496d708 commit 566f853

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ This plugin is the same as the built-in **Word Count** plugin, except when you s
2929
- Fixed issue that occured when renaming files.
3030
- @bakuzan
3131
- Fixed issue that caused errors at start up.
32+
- @Noxellar
33+
- Fixed alt bar spacing issue.
3234

3335
### Special Thanks
3436

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "better-word-count",
33
"name": "Better Word Count",
4-
"version": "0.9.3",
4+
"version": "0.9.4",
55
"description": "Counts the words of selected text in the editor.",
66
"author": "Luke Leppan",
77
"authorUrl": "https://lukeleppan.com",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-word-count",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "Counts the words of selected text in the editor.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)