Merge branch 'hotfix/0.3.3' into develop

This commit is contained in:
lukeleppan 2020-11-13 16:33:36 +02:00
commit 1b627e1fc6
2 changed files with 2 additions and 2 deletions

View file

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