From 1ca85521599c7cd226d35faedad9a96442216942 Mon Sep 17 00:00:00 2001 From: Madara Uchiha Date: Sat, 20 Jul 2019 21:35:27 +0300 Subject: [PATCH] Release version 1.2.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 1b34b49..8c4ed9e 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.1.0", + "version": "1.2.0", "manifest_version": 2, "content_scripts": [ { diff --git a/package.json b/package.json index 934e931..c87f2b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "se-chat-dark-theme-plus", - "version": "1.1.0", + "version": "1.2.0", "description": "'dark chat theme for stackoverflow'", "scripts": { "build": "rimraf dist && webpack --progress",