Merge branch 'release/0.6.2' into develop

This commit is contained in:
Luke Leppan 2021-06-20 09:30:11 +02:00
commit f5a4f7f2e0
3 changed files with 6 additions and 4 deletions

View file

@ -4,6 +4,8 @@
This plugin is the same as the built-in **Word Count** plugin, except when you select text, it will count the selected word instead of the whole document. I recommend turning off the built-in **Word Count** because this plugin is designed to replace that.
![Better Count Word](https://raw.githubusercontent.com/lukeleppan/better-word-count/master/assets/better-word-count.gif)
### Features
All Optional:
@ -33,5 +35,5 @@ Works with all languages.
- @AngelusDomini
- @archelpeg
- @aproximate
![Better Count Word](https://raw.githubusercontent.com/lukeleppan/better-word-count/master/assets/better-word-count.gif)
- @Quorafind
- @torantine

View file

@ -1,7 +1,7 @@
{
"id": "better-word-count",
"name": "Better Word Count",
"version": "0.6.1",
"version": "0.6.2",
"description": "Counts the words of selected text in the editor.",
"author": "Luke Leppan",
"authorUrl": "https://lukeleppan.com",

View file

@ -1,6 +1,6 @@
{
"name": "better-word-count",
"version": "0.6.1",
"version": "0.6.2",
"description": "Counts the words of selected text in the editor.",
"main": "main.js",
"scripts": {