diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 3c4b40b..16010fe 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -20,6 +20,7 @@ body: label: 軟件版本 description: 請選擇正在使用的版本 options: + - v0.0.13 - v0.0.12 - v0.0.11 - v0.0.10 diff --git a/HISTORY.md b/HISTORY.md index c085ef1..a2a9408 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ ## 更新日志 +### v0.0.13 + +* 修復無法獲取視頻地址的問題 + ### v0.0.12 * 電影列表顯示標題 diff --git a/version.json b/version.json index 6e062ef..29ea253 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version_code": 3072, "version_name": "v0.0.12"} +{"version_code": 3328, "version_name": "v0.0.13"}