From 4ddcb4f8b520444cab7be1cc9f6bfa24a71811ce Mon Sep 17 00:00:00 2001 From: lukeleppan Date: Tue, 10 Nov 2020 16:35:19 +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 dc6c957..e5ba380 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-word-count", "name": "Better Word Count", - "version": "0.2.2", + "version": "0.3.0", "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 5a01ac1..6ec8b03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-word-count", - "version": "0.2.2", + "version": "0.3.0", "description": "Counts the words of selected text in the editor.", "main": "main.js", "scripts": {