From 55988e5fe532db4d09e5cb1e6a05c95f8fee5be3 Mon Sep 17 00:00:00 2001 From: adrion Date: Mon, 27 Jun 2016 15:55:41 +0200 Subject: [PATCH] Tag v1.0.4 --- app/manifest.firefox.json | 2 +- app/manifest.json | 2 +- bower.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" },