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