bump
This commit is contained in:
parent
67c8162296
commit
0ae40119e7
3 changed files with 6 additions and 2 deletions
|
@ -25,6 +25,10 @@ This plugin is the same as the built-in **Word Count** plugin, except when you s
|
|||
- Added all word, char, sentence count when not viewing a markdown file.
|
||||
- @lishid
|
||||
- Helped solve the performace issue.
|
||||
- @THeK3nger
|
||||
- Fixed issue that occured when renaming files.
|
||||
- @bakuzan
|
||||
- Fixed issue that caused errors at start up.
|
||||
|
||||
### Special Thanks
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "better-word-count",
|
||||
"name": "Better Word Count",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"description": "Counts the words of selected text in the editor.",
|
||||
"author": "Luke Leppan",
|
||||
"authorUrl": "https://lukeleppan.com",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "better-word-count",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"description": "Counts the words of selected text in the editor.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue