From 909e954c3e6dc4aab36bf6bfd0b3ff9640f26dcb Mon Sep 17 00:00:00 2001 From: Luke Leppan Date: Wed, 25 Jan 2023 13:48:52 +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 a7b282c..5f9a572 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-word-count", "name": "Better Word Count", - "version": "0.9.2", + "version": "0.9.3", "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 b970db8..7cde84e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-word-count", - "version": "0.9.2", + "version": "0.9.3", "description": "Counts the words of selected text in the editor.", "main": "main.js", "scripts": {