From 7a78e9e3b7e4ed9343edc47c965a851b4b8d6711 Mon Sep 17 00:00:00 2001 From: Luke Leppan Date: Sat, 17 Jul 2021 16:13:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=200.7.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 9f884e4..4a1d349 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-word-count", "name": "Better Word Count", - "version": "0.7.6", + "version": "0.7.7", "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 faecbf9..226df4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-word-count", - "version": "0.7.6", + "version": "0.7.7", "description": "Counts the words of selected text in the editor.", "main": "main.js", "scripts": {