Skip to content

Commit 6b417ac

Browse files
committed
Bump version
1 parent 80fd9b0 commit 6b417ac

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

macbundle/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<string>tunet-gui</string>
1818

1919
<key>CFBundleVersion</key>
20-
<string>0.10.5</string>
20+
<string>0.10.6</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.10.5</string>
22+
<string>0.10.6</string>
2323

2424
<key>LSMinimumSystemVersion</key>
2525
<string>11.7</string>

tunet-flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 0.10.5+1
18+
version: 0.10.6+1
1919

2020
environment:
2121
sdk: ">=3.0.0 <4.0.0"

tunet-gui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tunet-gui"
3-
version = "0.10.5"
3+
version = "0.10.6"
44
description = "Tsinghua University network GUI"
55
edition.workspace = true
66
authors.workspace = true

tunet-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tunet-service"
3-
version = "0.10.5"
3+
version = "0.10.6"
44
description = "Tsinghua University network service daemon"
55
edition.workspace = true
66
authors.workspace = true

tunet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tunet"
3-
version = "0.10.5"
3+
version = "0.10.6"
44
description = "Tsinghua University network CLI"
55
edition.workspace = true
66
authors.workspace = true

wix/main.wix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
2-
<Package Name="tunet" UpgradeCode="352cd480-6986-463f-81c6-085864d05a84" Manufacturer="Berrysoft" Language="2052" Codepage="936" Version="0.10.5" InstallerVersion="450">
2+
<Package Name="tunet" UpgradeCode="352cd480-6986-463f-81c6-085864d05a84" Manufacturer="Berrysoft" Language="2052" Codepage="936" Version="0.10.6" InstallerVersion="450">
33
<SummaryInformation Keywords="Installer" Manufacturer="Berrysoft" />
44

55
<MajorUpgrade Schedule="afterInstallInitialize" DowngradeErrorMessage="A newer version of [ProductName] is already installed. Setup will now exit." />

0 commit comments

Comments
 (0)