From 6dd01f8df101bace656ca79cdf36cc1c41540efe Mon Sep 17 00:00:00 2001 From: Brian Birtles Date: Mon, 19 Apr 2021 09:26:58 +0900 Subject: [PATCH] v0.5.1 --- 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 e4937cd70c..404ec50b67 100644 --- a/manifest.json.src +++ b/manifest.json.src @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Rikaichamp", "author": "Brian Birtles", - "version": "0.5.0", + "version": "0.5.1", /*#if supports_applications_field*/ "applications": { "gecko": { diff --git a/package.json b/package.json index d3eb64c22d..e875fa0fc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaichamp", - "version": "0.5.0", + "version": "0.5.1", "description": "Translate Japanese by hovering over words.", "scripts": { "build": "webpack",