Skip to content

Commit

Permalink
update 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kei committed Dec 4, 2017
1 parent 8f5b42a commit c7f7e7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion source/package.json
Original file line number Diff line number Diff line change
@@ -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 <yqw.kei@gmail.com>",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion the-tab-of-words/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c7f7e7f

Please sign in to comment.