From 83e754919166cecf0d52510c2f4f9ba85a49552a Mon Sep 17 00:00:00 2001 From: Luke Leppan Date: Sun, 20 Jun 2021 09:28:24 +0200 Subject: [PATCH] bump --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 27793e5..5cf7934 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 730f843..44c6219 100644 --- a/package.json +++ b/package.json @@ -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": {