From b3aa1224792de3fc6421d71fea92499123a0866a Mon Sep 17 00:00:00 2001 From: mujianwu Date: Tue, 8 Oct 2024 22:00:52 +0800 Subject: [PATCH] 3.1.0 --- UotanToolbox/Assets/Linux/UotanToolbox.desktop | 2 +- UotanToolbox/Assets/Linux/control-arm64 | 4 ++-- UotanToolbox/Assets/Linux/control-loong64 | 4 ++-- UotanToolbox/Assets/Linux/control-x64 | 4 ++-- UotanToolbox/Assets/macOS/Info.plist | 8 ++++---- UotanToolbox/Common/Global.cs | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/UotanToolbox/Assets/Linux/UotanToolbox.desktop b/UotanToolbox/Assets/Linux/UotanToolbox.desktop index a876ab5f..35ae0df3 100644 --- a/UotanToolbox/Assets/Linux/UotanToolbox.desktop +++ b/UotanToolbox/Assets/Linux/UotanToolbox.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Version=3.0.0 +Version=3.1.0 Name=UotanToolbox GenericName=UotanToolbox Icon=UotanToolbox diff --git a/UotanToolbox/Assets/Linux/control-arm64 b/UotanToolbox/Assets/Linux/control-arm64 index abb794cc..b3f1a6bb 100644 --- a/UotanToolbox/Assets/Linux/control-arm64 +++ b/UotanToolbox/Assets/Linux/control-arm64 @@ -1,11 +1,11 @@ Maintainer: mujianwu Package: UotanToolbox -Version: 3.0.0 +Version: 3.1.0 Section: devel Priority: optional Architecture: arm64 Essential: no Installed-Size: 268000 -Depends: usbutils, android-tools-adb, gnome-terminal +Depends: usbutils, android-tools-adb Description: Advanced, Modern Toolbox for Geeks. Copyright: 2020-2024 UOTAN diff --git a/UotanToolbox/Assets/Linux/control-loong64 b/UotanToolbox/Assets/Linux/control-loong64 index 189fd52c..f8de3ef4 100644 --- a/UotanToolbox/Assets/Linux/control-loong64 +++ b/UotanToolbox/Assets/Linux/control-loong64 @@ -1,11 +1,11 @@ Maintainer: mujianwu Package: UotanToolbox -Version: 3.0.0 +Version: 3.1.0 Section: devel Priority: optional Architecture: loong64 Essential: no Installed-Size: 268000 -Depends: usbutils, android-tools-adb, gnome-terminal +Depends: usbutils, android-tools-adb Description: Advanced, Modern Toolbox for Geeks. Copyright: 2020-2024 UOTAN diff --git a/UotanToolbox/Assets/Linux/control-x64 b/UotanToolbox/Assets/Linux/control-x64 index 07ebcbea..6b5f0275 100644 --- a/UotanToolbox/Assets/Linux/control-x64 +++ b/UotanToolbox/Assets/Linux/control-x64 @@ -1,11 +1,11 @@ Maintainer: mujianwu Package: UotanToolbox -Version: 3.0.0 +Version: 3.1.0 Section: devel Priority: optional Architecture: amd64 Essential: no Installed-Size: 268000 -Depends: usbutils, android-tools-adb, gnome-terminal +Depends: usbutils, android-tools-adb Description: Advanced, Modern Toolbox for Geeks. Copyright: 2020-2024 UOTAN diff --git a/UotanToolbox/Assets/macOS/Info.plist b/UotanToolbox/Assets/macOS/Info.plist index e87e8c67..b61780fc 100644 --- a/UotanToolbox/Assets/macOS/Info.plist +++ b/UotanToolbox/Assets/macOS/Info.plist @@ -18,13 +18,13 @@ APPL NSHumanReadableCopyright Copyright © 2020-2024 UOTAN All rights reserved. - CFBundleShortVersionString - 3.0.0 - CFBundleVersion - 3.0.0 CFBundleSupportedPlatforms MacOSX + CFBundleShortVersionString + 3.1.0 + CFBundleVersion + 3.1.0 diff --git a/UotanToolbox/Common/Global.cs b/UotanToolbox/Common/Global.cs index 059aeeeb..f116ca7d 100644 --- a/UotanToolbox/Common/Global.cs +++ b/UotanToolbox/Common/Global.cs @@ -27,7 +27,7 @@ internal class Global public static string sdftable = ""; public static string emmcrom = ""; //工具箱版本 - public static string currentVersion = "3.1.0-rc1"; + public static string currentVersion = "3.1.0"; public static bool isLightThemeChanged = false; } public class BootInfo