From 5b1e31fd3d965eac87ed868001cc643029a84d4f Mon Sep 17 00:00:00 2001 From: Brian Birtles Date: Tue, 8 Sep 2020 11:37:41 +0900 Subject: [PATCH] v0.2.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 7412a5329c..cb52c59ff8 100644 --- a/manifest.json.src +++ b/manifest.json.src @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Rikaichamp", "author": "Brian Birtles", - "version": "0.1.20", + "version": "0.2.0", /*#if supports_applications_field*/ "applications": { "gecko": { diff --git a/package.json b/package.json index 13532f6e0d..bc96b6094c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaichamp", - "version": "0.1.20", + "version": "0.2.0", "description": "Translate Japanese by hovering over words.", "scripts": { "build": "webpack",