From 3f7641f1587b353ad5937256a27c0c4e08d1067d Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Mon, 1 Jul 2019 13:24:00 +0900 Subject: [PATCH] Bump version to 3.1.3 --- 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 cb266f8a5..3b2c7bc75 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,7 @@ # History - master/HEAD + - 3.1.3 (2019.7.1) * Allow to import dragged tree from other Firefox instances. * Respect option for treatment of new blank tabs opened from outside of TST, event when `browser.tabs.insertAfterCurrent` is configured to `true` by the user. * Restrict maximum height of the subpanel. diff --git a/history.ja.md b/history.ja.md index a4e5d4df9..8f16bb1da 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + - 3.1.3 (2019.7.1) * 他のFirefoxのインスタンスからツリーがドラッグ&ドロップされた時に、ツリーをインポートするようにした * `browser.tabs.insertAfterCurrent`が`true`の時でも、TST以外によって開かれた新しい空のタブの取り扱いの設定を可能な限り尊重するようにした * サブパネルの高さを一定以下に制限するようにした diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 9474daf2d..07f767d8d 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.1.2.1", + "version": "3.1.3", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [