From 58e1702e8df77443f9796a609a8ddd649de3d10b Mon Sep 17 00:00:00 2001 From: Madara Uchiha Date: Sat, 20 Jul 2019 20:37:14 +0300 Subject: [PATCH] Release v1.1.0 Start versioning properly so that I can properly account for small patches and fixes. --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index ed7fc2d..1b34b49 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.0.2", + "version": "1.1.0", "manifest_version": 2, "content_scripts": [ { diff --git a/package.json b/package.json index ff7b967..312c2fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "se-chat-dark-theme-plus", - "version": "1.0.2", + "version": "1.1.0", "description": "'dark chat theme for stackoverflow'", "scripts": { "build": "rimraf dist && webpack --progress",