bump 0.9.4
This commit is contained in:
parent
496d708117
commit
566f8531b5
3 changed files with 4 additions and 2 deletions
|
@ -29,6 +29,8 @@ This plugin is the same as the built-in **Word Count** plugin, except when you s
|
||||||
- Fixed issue that occured when renaming files.
|
- Fixed issue that occured when renaming files.
|
||||||
- @bakuzan
|
- @bakuzan
|
||||||
- Fixed issue that caused errors at start up.
|
- Fixed issue that caused errors at start up.
|
||||||
|
- @Noxellar
|
||||||
|
- Fixed alt bar spacing issue.
|
||||||
|
|
||||||
### Special Thanks
|
### Special Thanks
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "better-word-count",
|
"id": "better-word-count",
|
||||||
"name": "Better Word Count",
|
"name": "Better Word Count",
|
||||||
"version": "0.9.3",
|
"version": "0.9.4",
|
||||||
"description": "Counts the words of selected text in the editor.",
|
"description": "Counts the words of selected text in the editor.",
|
||||||
"author": "Luke Leppan",
|
"author": "Luke Leppan",
|
||||||
"authorUrl": "https://lukeleppan.com",
|
"authorUrl": "https://lukeleppan.com",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "better-word-count",
|
"name": "better-word-count",
|
||||||
"version": "0.9.3",
|
"version": "0.9.4",
|
||||||
"description": "Counts the words of selected text in the editor.",
|
"description": "Counts the words of selected text in the editor.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue