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",