Skip to content

Commit 41966f3

Browse files
author
Xiaoxia
committed
chore: update version to 0.8.2 in Info.plist, appcast.xml, and version.json
1 parent 7464a12 commit 41966f3

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/manager-macos/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.8.1</string>
20+
<string>0.8.2</string>
2121
<key>CFBundleVersion</key>
22-
<string>0.8.1</string>
22+
<string>0.8.2</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.developer-tools</string>
2525
<key>LSMinimumSystemVersion</key>

website/public/api/appcast.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/>
2727
</item>
2828
<item>
29-
<title>Version 0.8.1</title>
29+
<title>Version 0.8.2</title>
3030
<description><![CDATA[
3131
<ul>
3232
<li>- 修复libuv复用fd导致连接卡住的bug</li>
@@ -36,12 +36,12 @@
3636
<pubDate>Mon, 01 Jun 2026 00:00:00 -0000</pubDate>
3737
<sparkle:minimumSystemVersion>12</sparkle:minimumSystemVersion>
3838
<enclosure
39-
url="https://files.xiaozhi.me/tenbox/releases/TenBox-0.8.1.zip"
39+
url="https://files.xiaozhi.me/tenbox/releases/TenBox-0.8.2.zip"
4040
sparkle:os="macos"
41-
sparkle:version="0.8.1"
42-
sparkle:shortVersionString="0.8.1"
43-
sparkle:edSignature="3rfvSIVSC4ArURwNyNawC2grMjA/nXz0eaj6jNijhZfkiP/Q1zNNWgF6tmK8jmIJecolxPTC9ZGnem4URmaFCA=="
44-
length="4730092"
41+
sparkle:version="0.8.2"
42+
sparkle:shortVersionString="0.8.2"
43+
sparkle:edSignature="qVuk888JHJrwK5XtAryQhkiEILJk6aj744bFGdySaW6hvZpQIFpa3lB8ysozJuTnsUacMp/d8bGh8sjVzNXmAg=="
44+
length="4730271"
4545
type="application/octet-stream"
4646
/>
4747
</item>

website/public/api/version.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"min_os": "Windows 10"
1717
},
1818
"macos": {
19-
"latest_version": "0.8.1",
19+
"latest_version": "0.8.2",
2020
"release_notes": "- 修复libuv复用fd导致连接卡住的bug\n- 重要‼ 0.5.7 之前版本,请在升级前确保已备份虚拟机内的重要数据",
2121
"release_date": "2026-06-01",
22-
"download_url": "https://files.xiaozhi.me/tenbox/releases/TenBox-0.8.1.dmg",
23-
"sha256": "1adf27421ec252d3fd3c3b1238a2c489dac2d3794daaf0e1c4c210e6a7e81b7c",
24-
"size": 4672925,
22+
"download_url": "https://files.xiaozhi.me/tenbox/releases/TenBox-0.8.2.dmg",
23+
"sha256": "4252380fe061d2af2b90690357603b02091b8b995f61ab4cf56a2e27812b9f3c",
24+
"size": 4673264,
2525
"min_os": "macOS 12"
2626
}
2727
}

0 commit comments

Comments
 (0)