From 6f6201de75fcb015959eb793b8e904dc404ec9c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Girault?= Date: Mon, 30 Oct 2017 14:56:52 +0100 Subject: [PATCH] Version 1.0.4 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index c3393d3..6d4eb51 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Assistant RGAA", "description": "Assistant RGAA", - "version": "1.0.2", + "version": "1.0.4", "icons": { "48": "img/icon-48.png", "96": "img/icon-96.png" diff --git a/package.json b/package.json index aa006bd..3975aec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "assistant-rgaa", - "version": "1.0.2", + "version": "1.0.4", "description": "Assistant RGAA", "main": "js/index.js", "scripts": {