diff --git a/app/manifest.json b/app/manifest.json index 62ef2f8..c1f1810 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -2,7 +2,7 @@ "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", - "version": "1.0.2", + "version": "1.0.3", "manifest_version": 2, "default_locale": "en", "icons": { diff --git a/package.json b/package.json index 7dc6183..f2f9c6d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "calm-twitter", "private": true, - "version": "1.0.2", + "version": "1.0.3", "description": "This extension hides trending information from twitter timelines to make your mind calm.", "scripts": { "start": "npm run dev:chrome",