diff --git a/app/manifest.firefox.json b/app/manifest.firefox.json index 320030f..8755fb3 100644 --- a/app/manifest.firefox.json +++ b/app/manifest.firefox.json @@ -3,7 +3,7 @@ "description": "Add honCode informations on Search Engines results", "manifest_version": 2, "name": "hon-honcode-extension", - "version": "1.0.3", + "version": "1.0.4", "default_locale":"en", "icons": { "48": "images/icons/icon-48.png" diff --git a/app/manifest.json b/app/manifest.json index 80cf2d8..16be4cc 100755 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "1.0.3", + "version": "1.0.4", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { diff --git a/bower.json b/bower.json index 090ab3e..ced24c7 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "hon-honcode-extension", "private": true, - "version": "1.0.3", + "version": "1.0.4", "dependencies": { "jquery": "^2.2.0" },