Merge branch 'hotfix/0.2.1' into develop

This commit is contained in:
lukeleppan 2020-11-09 16:09:18 +02:00
commit db3e2d4b5c
3 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
## Better Word Count
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/lukeleppan/better-word-count/Build%20Release?logo=github&style=for-the-badge) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/lukeleppan/better-word-count?style=for-the-badge) ![GitHub All Releases](https://img.shields.io/github/downloads/lukeleppan/better-word-count/total?style=for-the-badge)
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.
**Note:** This plugin has only been tested with English.

View file

@ -1,7 +1,7 @@
{
"id": "better-word-count",
"name": "Better Word Count",
"version": "0.2.0",
"version": "0.2.1",
"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.2.0",
"version": "0.2.1",
"description": "Counts the words of selected text in the editor.",
"main": "main.js",
"scripts": {