From cac88ba7878180e25f5b7f4e7edb2120707efacf Mon Sep 17 00:00:00 2001 From: cedric frossard Date: Mon, 9 Jul 2018 08:40:30 +0200 Subject: [PATCH] missing version bump --- 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 53ddd12..3155534 100644 --- a/app/manifest.firefox.json +++ b/app/manifest.firefox.json @@ -3,7 +3,7 @@ "description": "Search and navigate the medical web with complete confidence thanks to the thousands of HONcode websites certified.", "manifest_version": 2, "name": "HONcode Toolbar", - "version": "3.1.1", + "version": "3.1.2", "default_locale":"en", "icons": { "16": "images/icon-16.png", diff --git a/app/manifest.json b/app/manifest.json index ec04e80..5302203 100755 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "3.1.1", + "version": "3.1.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { diff --git a/bower.json b/bower.json index 8d0d2a1..a54f046 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "hon-honcode-extension", "private": true, - "version": "3.1.1", + "version": "3.1.2", "dependencies": { "jquery": "^3.2.1", "bootstrap": "^3.3.7",