From 6b7362028446271d5e486ee3575101c971cbe1af Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Tue, 29 Oct 2019 18:50:19 +0900 Subject: [PATCH] Bump version to 3.2.1 --- history.en.md | 1 + history.ja.md | 1 + webextensions/manifest.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/history.en.md b/history.en.md index 2a50f712c..c96b406f1 100644 --- a/history.en.md +++ b/history.en.md @@ -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. diff --git a/history.ja.md b/history.ja.md index b79c8ac53..e244c6a85 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + - 3.2.1 (2019.10.29) * 他のアプリケーションから開かれたタブに現在のタブのコンテナーを継承するかどうかの設定が機能していなかったのを修正 - 3.2.0 (2019.10.28) * 他のアプリケーションから開かれたタブの制御に関する設定を独立させた diff --git a/webextensions/manifest.json b/webextensions/manifest.json index c739e3dde..4c1ec807a 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -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": [