Skip to content

Commit 68fa0e4

Browse files
committed
Bump version to 3.0.10
1 parent df15e7d commit 68fa0e4

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

history.en.md

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

33
- master/HEAD
4+
- 3.0.10 (2019.8.8)
5+
* Remove obsolete codes deprecated at Firefox 70.
46
- 3.0.9 (2019.7.1)
57
* Clear "ready to select" state of tabs in Tree Style Tab's sidebar correctly when the multiselection state is cleared by other addons.
68
- 3.0.8 (2019.6.19)

history.ja.md

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

33
- master/HEAD
4+
- 3.0.10 (2019.8.8)
5+
* Firefox 70で廃止される古いコードを削除
46
- 3.0.9 (2019.7.1)
57
* 他のアドオンによってタブの複数選択が解除された時に、ツリー型タブのサイドバー上で「選択されようとしているタブ」の状態が残ってしまっていたのを修正
68
- 3.0.8 (2019.6.19)

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": "3.0.9",
4+
"version": "3.0.10",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)