Skip to content

Commit 6294fe5

Browse files
committed
Bump version to 6.1.0
1 parent 4343cdf commit 6294fe5

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

history.en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# History
22

33
- master/HEAD
4+
- 6.1.0 (2020.3.10)
45
* Fix invisible context menu commands on text selection.
56
* Fix broken options page on lately versions Firefox.
67
* Drop support for Firefox 63 and older versions.

history.ja.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 更新履歴
22

33
- master/HEAD
4+
- 6.1.0 (2020.3.10)
45
* 選択範囲の上でのコンテキストメニューコマンドのラベルが見えなくなっていたのを修正
56
* Firefoxの最近のバージョンで設定画面が機能しなくなっていたのを修正
67
* Firefox 63以前のサポートを終了

webextensions/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "__MSG_extensionName__",
4-
"version": "6.0.3",
4+
"version": "6.1.0",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)