Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mujianwu committed Oct 29, 2024
1 parent a56fd3c commit 0b00428
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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.1.0
Version=3.2.0
Name=UotanToolbox
GenericName=UotanToolbox
Icon=UotanToolbox
Expand Down
2 changes: 1 addition & 1 deletion UotanToolbox/Assets/Linux/control-arm64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Maintainer: mujianwu <[email protected]>
Package: UotanToolbox
Version: 3.1.0
Version: 3.2.0
Section: devel
Priority: optional
Architecture: arm64
Expand Down
2 changes: 1 addition & 1 deletion UotanToolbox/Assets/Linux/control-loong64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Maintainer: mujianwu <[email protected]>
Package: UotanToolbox
Version: 3.1.0
Version: 3.2.0
Section: devel
Priority: optional
Architecture: loong64
Expand Down
2 changes: 1 addition & 1 deletion UotanToolbox/Assets/Linux/control-x64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Maintainer: mujianwu <[email protected]>
Package: UotanToolbox
Version: 3.1.0
Version: 3.2.0
Section: devel
Priority: optional
Architecture: amd64
Expand Down
4 changes: 2 additions & 2 deletions UotanToolbox/Assets/macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<string>MacOSX</string>
</array>
<key>CFBundleShortVersionString</key>
<string>3.1.0</string>
<string>3.2.0</string>
<key>CFBundleVersion</key>
<string>3.1.0</string>
<string>3.2.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 @@ -30,7 +30,7 @@ internal class Global
public static string sdftable = "";
public static string emmcrom = "";
//工具箱版本
public static string currentVersion = "3.1.5";
public static string currentVersion = "3.2.0";
public static bool isLightThemeChanged = false;
//主页的Dialog
public static ISukiDialogManager MainDialogManager;
Expand Down
6 changes: 3 additions & 3 deletions UotanToolbox/UotanToolbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<PublishAot>False</PublishAot>
<PackageIcon>OIG.N5o-removebg-preview.png</PackageIcon>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<AssemblyVersion>3.1.5.0</AssemblyVersion>
<FileVersion>3.1.5.0</FileVersion>
<Version>3.1.5</Version>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<FileVersion>3.2.0.0</FileVersion>
<Version>3.2.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Optimize>False</Optimize>
Expand Down

0 comments on commit 0b00428

Please sign in to comment.