Skip to content

Commit de6e4f5

Browse files
committed
3.3.5
1 parent 2459977 commit de6e4f5

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

UotanToolbox/Assets/Linux/UotanToolbox.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Desktop Entry]
22
Type=Application
3-
Version=3.3.0
3+
Version=3.3.5
44
Name=UotanToolbox
55
GenericName=UotanToolbox
66
Icon=UotanToolbox

UotanToolbox/Assets/Linux/control-arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Maintainer: mujianwu <[email protected]>
22
Package: uotantoolbox
3-
Version: 3.3.0
3+
Version: 3.3.5
44
Section: devel
55
Priority: optional
66
Architecture: arm64

UotanToolbox/Assets/Linux/control-loong64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Maintainer: mujianwu <[email protected]>
22
Package: uotantoolbox
3-
Version: 3.3.0
3+
Version: 3.3.5
44
Section: devel
55
Priority: optional
66
Architecture: loong64

UotanToolbox/Assets/Linux/control-x64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Maintainer: mujianwu <[email protected]>
22
Package: uotantoolbox
3-
Version: 3.3.0
3+
Version: 3.3.5
44
Section: devel
55
Priority: optional
66
Architecture: amd64

UotanToolbox/Assets/macOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<string>MacOSX</string>
2222
</array>
2323
<key>CFBundleShortVersionString</key>
24-
<string>3.3.0</string>
24+
<string>3.3.5</string>
2525
<key>CFBundleVersion</key>
26-
<string>3.3.0</string>
26+
<string>3.3.5</string>
2727
<key>NSHumanReadableCopyright</key>
2828
<string>Copyright © 2020-2025 UOTAN All rights reserved.</string>
2929
</dict>

UotanToolbox/Common/Global.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ internal class Global
3030
public static string sdftable = "";
3131
public static string emmcrom = "";
3232
//工具箱版本
33-
public static string currentVersion = "3.3.0";
33+
public static string currentVersion = "3.3.5";
3434
public static bool isLightThemeChanged = false;
3535
//主页的Dialog
3636
public static ISukiDialogManager MainDialogManager;

UotanToolbox/UotanToolbox.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<PublishAot>False</PublishAot>
1212
<PackageIcon>OIG.N5o-removebg-preview.png</PackageIcon>
1313
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
14-
<AssemblyVersion>3.3.0.0</AssemblyVersion>
15-
<FileVersion>3.3.0.0</FileVersion>
16-
<Version>3.3.0</Version>
14+
<AssemblyVersion>3.3.5.0</AssemblyVersion>
15+
<FileVersion>3.3.5.0</FileVersion>
16+
<Version>3.3.5</Version>
1717
</PropertyGroup>
1818
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1919
<Optimize>False</Optimize>

0 commit comments

Comments
 (0)