diff --git a/extension/manifest.json b/extension/manifest.json index 8d85162..d6339d5 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -4,7 +4,7 @@ "short_name": "Chrono Development Build", "description": "__MSG_appDescription__", "homepage_url": "https://github.com/planetarium/chrono", - "version": "1.0.5", + "version": "1.0.6", "default_locale": "en", "action": { "default_icon": "images/logo.png", diff --git a/extension/manifest.prod.json b/extension/manifest.prod.json index b98fd12..4c5b628 100644 --- a/extension/manifest.prod.json +++ b/extension/manifest.prod.json @@ -4,7 +4,7 @@ "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "homepage_url": "https://github.com/planetarium/chrono", - "version": "1.0.5", + "version": "1.0.6", "default_locale": "en", "action": { "default_icon": "images/logo.png",