diff --git a/app/manifest.json b/app/manifest.json index 85a7965..07fdf81 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.1.3", + "version": "1.1.4", "manifest_version": 2, "default_locale": "en", "icons": { diff --git a/package.json b/package.json index a9a0f97..17721be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "calm-twitter", "private": true, - "version": "1.1.3", + "version": "1.1.4", "description": "This extension hides trending information from twitter timelines to make your mind calm.", "scripts": { "start": "npm run dev:chrome",