From 1c7ea91766e8a06522f0503d99ff69982645d4b9 Mon Sep 17 00:00:00 2001 From: Brian Birtles Date: Sat, 19 Jun 2021 10:10:36 +0900 Subject: [PATCH] v0.5.14 --- 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 a0daa7d91d..18736958dd 100644 --- a/manifest.json.src +++ b/manifest.json.src @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Rikaichamp Japanese dictionary", "author": "Brian Birtles", - "version": "0.5.13", + "version": "0.5.14", /*#if supports_applications_field*/ "applications": { "gecko": { diff --git a/package.json b/package.json index 7ac76c5f8b..3d8fb45cb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaichamp", - "version": "0.5.13", + "version": "0.5.14", "description": "Translate Japanese by hovering over words.", "scripts": { "build:firefox": "webpack",