diff --git a/app/manifest.json b/app/manifest.json index 61b1998..27947c9 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -2,7 +2,7 @@ "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", - "version": "2.2.6", + "version": "2.2.7", "manifest_version": 2, "default_locale": "en", "__firefox__applications": { diff --git a/package.json b/package.json index 711788b..f769f71 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shortkeys", "private": true, - "version": "2.2.6", + "version": "2.2.7", "description": "Custom keyboard shortcuts for your browser", "scripts": { "start": "npm run dev:chrome",