From f4eaeaf273c9d634e836f0e3c9176af29e7a15ec Mon Sep 17 00:00:00 2001 From: Brian Birtles Date: Thu, 8 Apr 2021 09:31:10 +0900 Subject: [PATCH] v0.4.0 --- manifest.json.src | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json.src b/manifest.json.src index ec255fd9a2..f856ce74b0 100644 --- a/manifest.json.src +++ b/manifest.json.src @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Rikaichamp", "author": "Brian Birtles", - "version": "0.3.5", + "version": "0.4.0", /*#if supports_applications_field*/ "applications": { "gecko": { diff --git a/package.json b/package.json index 9482873190..b064053730 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaichamp", - "version": "0.3.5", + "version": "0.4.0", "description": "Translate Japanese by hovering over words.", "scripts": { "build": "webpack",