Skip to content

Commit

Permalink
Bump version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Oct 29, 2019
1 parent 757a011 commit 6b73620
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# History

- master/HEAD
- 3.2.1 (2019.10.29)
* Apply the option to control inheritance of the container from the current tab to a tab opened from outside Firefox.
- 3.2.0 (2019.10.28)
* Separate an option to control new tabs from outside Firefox.
Expand Down
1 change: 1 addition & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 更新履歴

- master/HEAD
- 3.2.1 (2019.10.29)
* 他のアプリケーションから開かれたタブに現在のタブのコンテナーを継承するかどうかの設定が機能していなかったのを修正
- 3.2.0 (2019.10.28)
* 他のアプリケーションから開かれたタブの制御に関する設定を独立させた
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.2.0",
"version": "3.2.1",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit 6b73620

Please sign in to comment.