From c7f7e7f55ab7185ad8ed7259387eaaa69047fb69 Mon Sep 17 00:00:00 2001 From: kei Date: Mon, 4 Dec 2017 11:40:38 +0800 Subject: [PATCH] update 1.3.1 --- README.md | 3 +-- source/package.json | 2 +- the-tab-of-words/manifest.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f7934b2..abb319f 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,7 @@ A minimal Chrome / Firefox extension to help you learn Japanese words in each ne + Change `likes` to `hides` ( hiddens words will not appear anymore) + Fix words data manually... - `1.3.1` - + Fixed Firefox safety issue - + Voice feature is not ready now (looking for a text2voice service) + + Removed voice feature (still looking for a text2voice service) ## TODO diff --git a/source/package.json b/source/package.json index 46f571a..79cb659 100644 --- a/source/package.json +++ b/source/package.json @@ -1,6 +1,6 @@ { "name": "the-tab-of-words", - "version": "1.3.0", + "version": "1.3.1", "description": "言葉 の Tab. A minimal extension to help you learn Japanese words in each new tab.", "author": "keiww ", "private": true, diff --git a/the-tab-of-words/manifest.json b/the-tab-of-words/manifest.json index 00cdd5f..24a913a 100644 --- a/the-tab-of-words/manifest.json +++ b/the-tab-of-words/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "言葉 の Tab", "description": "A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab.", - "version": "1.3.0", + "version": "1.3.1", "author": "Kei", "chrome_url_overrides": { "newtab": "dist/index.html"