From 02ef5383bf7b878121e4faa08fd66e8d96d539de Mon Sep 17 00:00:00 2001 From: Luke Leppan Date: Tue, 19 Jan 2021 22:53:03 +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 0a61cd6..9001f7c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-word-count", "name": "Better Word Count", - "version": "0.4.1", + "version": "0.5.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 a17bf48..6233115 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-word-count", - "version": "0.4.1", + "version": "0.5.0", "description": "Counts the words of selected text in the editor.", "main": "main.js", "scripts": {