From 566f8531b5af2f1d9edf6228682becb81a00b804 Mon Sep 17 00:00:00 2001 From: Luke Leppan Date: Fri, 27 Jan 2023 10:27:04 +0200 Subject: [PATCH] bump 0.9.4 --- README.md | 2 ++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19cddc2..be6d2c7 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ This plugin is the same as the built-in **Word Count** plugin, except when you s - Fixed issue that occured when renaming files. - @bakuzan - Fixed issue that caused errors at start up. +- @Noxellar + - Fixed alt bar spacing issue. ### Special Thanks diff --git a/manifest.json b/manifest.json index 5f9a572..73bdeca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-word-count", "name": "Better Word Count", - "version": "0.9.3", + "version": "0.9.4", "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 7cde84e..00b6276 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-word-count", - "version": "0.9.3", + "version": "0.9.4", "description": "Counts the words of selected text in the editor.", "main": "main.js", "scripts": {