Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mujianwu committed Oct 8, 2024
1 parent 9fe8294 commit b3aa122
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion UotanToolbox/Assets/Linux/UotanToolbox.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Version=3.0.0
Version=3.1.0
Name=UotanToolbox
GenericName=UotanToolbox
Icon=UotanToolbox
Expand Down
4 changes: 2 additions & 2 deletions UotanToolbox/Assets/Linux/control-arm64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Maintainer: mujianwu <lrh15563910083@163.com>
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
4 changes: 2 additions & 2 deletions UotanToolbox/Assets/Linux/control-loong64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Maintainer: mujianwu <lrh15563910083@163.com>
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
4 changes: 2 additions & 2 deletions UotanToolbox/Assets/Linux/control-x64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Maintainer: mujianwu <lrh15563910083@163.com>
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
8 changes: 4 additions & 4 deletions UotanToolbox/Assets/macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<string>APPL</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020-2024 UOTAN All rights reserved.</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<key>CFBundleVersion</key>
<string>3.0.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleShortVersionString</key>
<string>3.1.0</string>
<key>CFBundleVersion</key>
<string>3.1.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion UotanToolbox/Common/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3aa122

Please sign in to comment.