From abee9fd881f7f91401a4d475d5be755d9d91d9e4 Mon Sep 17 00:00:00 2001 From: NullCube Date: Sat, 20 Jul 2024 05:42:21 -0700 Subject: [PATCH] Bump 0.10.3 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index c1b0648..369ba08 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-word-count", "name": "Better Word Count", - "version": "0.10.2", + "version": "0.10.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 837ac4a..585ee68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-word-count", - "version": "0.10.2", + "version": "0.10.3", "description": "Counts the words of selected text in the editor.", "main": "main.js", "types": "src/api.d.ts",