Skip to content

Commit

Permalink
Bump version to 3.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Feb 7, 2024
1 parent f34c9a3 commit 20337ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# History

- master/HEAD
- 3.1.12 (2024.2.8)
* Optimize for future releases of Tree Style Tab.
* Use icon color same to Firefox 120.
- 3.1.11 (2022.11.3)
* Reduce memory allocation ([by nirvdrum, thanks!](https://github.com/piroor/webextensions-lib-event-listener-manager/pull/1))
- 3.1.10 (2021.10.1)
Expand Down
3 changes: 3 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 更新履歴

- master/HEAD
- 3.1.12 (2024.2.8)
* 将来のリリースのTST向けに処理を最適化
* アイコンの表示色をFirefox 120自身の配色に合わせた
- 3.1.11 (2022.11.3)
* メモリ消費を削減([by nirvdrum, thanks!](https://github.com/piroor/webextensions-lib-event-listener-manager/pull/1)
- 3.1.10 (2021.10.1)
Expand Down
2 changes: 1 addition & 1 deletion webextensions/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "3.1.11",
"version": "3.1.12",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit 20337ac

Please sign in to comment.