From 04e26e7c911ac801df2cc0fc144330d32b60c0bb Mon Sep 17 00:00:00 2001 From: Madara Uchiha Date: Sun, 21 Jul 2019 01:24:22 +0300 Subject: [PATCH] Release version v1.2.1. --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8c4ed9e..bbf66ec 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "SO Dark Chat +", "description": "Provides a new dark theme for stackoverflow chat.", - "version": "1.2.0", + "version": "1.2.1", "manifest_version": 2, "content_scripts": [ { diff --git a/package.json b/package.json index c87f2b8..4f72a13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "se-chat-dark-theme-plus", - "version": "1.2.0", + "version": "1.2.1", "description": "'dark chat theme for stackoverflow'", "scripts": { "build": "rimraf dist && webpack --progress",