Skip to content

Commit

Permalink
3.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mujianwu committed Oct 1, 2024
1 parent cdd144c commit eb99228
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.0.0";
public static string currentVersion = "3.1.0-rc1";
public static bool isLightThemeChanged = false;
}
public class BootInfo
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.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<Version>3.0.0</Version>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
<Version>3.1.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Optimize>False</Optimize>
Expand Down

0 comments on commit eb99228

Please sign in to comment.