From c3089a434bc5baea1a8638777ec2af9516dd5ce1 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Thu, 8 Aug 2019 16:58:33 +0900 Subject: [PATCH] Bump version to 3.1.6 --- 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 645df61c3..65dcea8de 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,7 @@ # History - master/HEAD + - 3.1.6 (2019.8.8) * Introduce new custom URI `ext+treestyletab:group` to open a blank dummy tab for grouping of tabs, which replaces `about:treestyletab-group`. * Restructure config UI for the behavior around closed parent tab. * Optimize tree restoration on the startup. diff --git a/history.ja.md b/history.ja.md index 74151c078..7840ec593 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + - 3.1.6 (2019.8.8) * `about:treestyletab-group` の代わりとして機能するカスタムURIとして `ext+treestyletab:group` を実装した * 親のタブを閉じた時の挙動に関する設定UIを整理した * 起動時のツリー構造の復元処理をより最適化した diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 4a1b356c2..efa4c74e6 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.1.5", + "version": "3.1.6", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [