From 04cde6b2c4d15652a5ec44c2a492162a4f0adc93 Mon Sep 17 00:00:00 2001 From: Luke Leppan Date: Tue, 19 Jan 2021 23:11:33 +0200 Subject: [PATCH] bump --- manifest.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index c5d790c..654117a 100644 --- a/manifest.json +++ b/manifest.json @@ -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 -} \ No newline at end of file +} diff --git a/package.json b/package.json index b82a4fe..778733d 100644 --- a/package.json +++ b/package.json @@ -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": {