Merge branch 'release/0.4.0' into develop

This commit is contained in:
Luke Leppan 2021-01-19 23:12:09 +02:00
commit dc2cb36940
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
{
"id": "better-word-count",
"name": "Better Word Count",
"version": "0.3.3",
"version": "0.4.0",
"description": "Counts the words of selected text in the editor.",
"author": "Luke Leppan",
"authorUrl": "https://lukeleppan.com",
"isDesktopOnly": false
}
}

View file

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