diff --git a/manifest.json b/manifest.json index 9f884e4..4a1d349 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-word-count", "name": "Better Word Count", - "version": "0.7.6", + "version": "0.7.7", "description": "Counts the words of selected text in the editor.", "author": "Luke Leppan", "authorUrl": "https://lukeleppan.com", diff --git a/package.json b/package.json index faecbf9..226df4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-word-count", - "version": "0.7.6", + "version": "0.7.7", "description": "Counts the words of selected text in the editor.", "main": "main.js", "scripts": {