Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed Aug 17, 2024
1 parent d309b71 commit 5ecd4f6
Show file tree
Hide file tree
Showing 11 changed files with 174 additions and 181 deletions.
333 changes: 163 additions & 170 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions macbundle/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<string>tunet-gui</string>

<key>CFBundleVersion</key>
<string>0.9.3</string>
<string>0.9.4</string>
<key>CFBundleShortVersionString</key>
<string>0.9.3</string>
<string>0.9.4</string>

<key>LSMinimumSystemVersion</key>
<string>11.7</string>
Expand Down
2 changes: 1 addition & 1 deletion tunet-cui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tunet-cui"
version = "0.9.3"
version = "0.9.4"
description = "Tsinghua University network CUI"
edition.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion tunet-flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.9.3+1
version: 0.9.4+1

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tunet-gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tunet-gui"
version = "0.9.3"
version = "0.9.4"
description = "Tsinghua University network GUI"
edition.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion tunet-helper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tunet-helper"
version = "0.17.0"
version = "0.17.1"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion tunet-model/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tunet-model"
version = "0.3.0"
version = "0.3.1"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion tunet-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tunet-service"
version = "0.9.3"
version = "0.9.4"
description = "Tsinghua University network service daemon"
edition.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion tunet-settings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tunet-settings"
version = "0.5.0"
version = "0.5.1"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion tunet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tunet"
version = "0.9.3"
version = "0.9.4"
description = "Tsinghua University network CLI"
edition.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion wix/main.wix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
<Package Name="tunet" UpgradeCode="352cd480-6986-463f-81c6-085864d05a84" Manufacturer="Berrysoft" Language="2052" Codepage="936" Version="0.9.3" InstallerVersion="450">
<Package Name="tunet" UpgradeCode="352cd480-6986-463f-81c6-085864d05a84" Manufacturer="Berrysoft" Language="2052" Codepage="936" Version="0.9.4" InstallerVersion="450">
<SummaryInformation Keywords="Installer" Manufacturer="Berrysoft" />

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

0 comments on commit 5ecd4f6

Please sign in to comment.