From 3f7ec6561e3fdca5a26ded19d2d3e91095c5f418 Mon Sep 17 00:00:00 2001 From: Luke Leppan Date: Thu, 30 Mar 2023 01:15:51 +0200 Subject: [PATCH] bump: version 0.9.6 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index ac9760c..a489fc6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-word-count", "name": "Better Word Count", - "version": "0.9.5", + "version": "0.9.6", "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 7e80d2d..94e7c05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-word-count", - "version": "0.9.5", + "version": "0.9.6", "description": "Counts the words of selected text in the editor.", "main": "main.js", "scripts": {