From 6ac0aefacf5e3b4c8553923dd53ec7c7f4653e71 Mon Sep 17 00:00:00 2001 From: Emmanuel Pelletier Date: Wed, 3 May 2017 18:06:28 +0200 Subject: [PATCH] v1.0.0 --- manifest.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 63e319f..152b4ce 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 2, - "version": "0.5.0", "name": "Assistant RGAA", "description": "Assistant RGAA", + "version": "1.0.0", "icons": { "48": "img/icon-48.png", "96": "img/icon-96.png" @@ -10,7 +10,7 @@ "applications": { "gecko": { "id": "rgaa-toolbar@vtech.fr", - "strict_min_version": "51.0" + "strict_min_version": "52.0" } }, "browser_action": { diff --git a/package.json b/package.json index 03e52ee..d121376 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "version": "0.5.0", "name": "assistant-rgaa", + "version": "1.0.0", "description": "Assistant RGAA", "main": "js/index.js", "scripts": {