From 337fbe75a77d8fcee2cb67629acb3553bda6a557 Mon Sep 17 00:00:00 2001 From: Robot-Inventor <50550561+Robot-Inventor@users.noreply.github.com> Date: Wed, 4 Aug 2021 18:44:51 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E7=95=AA=E5=8F=B7=E3=82=92v2.0.5.1=E3=81=AB=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20(#101)?= 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 9f2507a3..5bedef79 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Spam Tweets Compressor", "short_name": "ST Compressor", - "version": "2.0.4.0", + "version": "2.0.5.1", "description": "__MSG_manifest_description__", "icons": { "16": "image/icon16.png", diff --git a/package.json b/package.json index 42d4e65a..94b16ee1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spam-tweets-compressor", - "version": "2.0.0", + "version": "2.0.1", "description": "A browser extension which compresses spam Tweets.", "main": "main.js", "scripts": {