Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesCJ60 committed Jul 13, 2024
1 parent 365f159 commit 2b8fc50
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,15 +208,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Universal x86 Tuning Utility"
"ProductCode" = "8:{DD982784-4FF4-4DD7-BC02-E7D75366E2C1}"
"PackageCode" = "8:{63104DA5-BD43-46AE-8661-706343D8B881}"
"ProductCode" = "8:{46B5637C-C030-4589-B644-42558B303E53}"
"PackageCode" = "8:{7CA71618-5CC8-487B-98CA-0D99F21D685A}"
"UpgradeCode" = "8:{300E743A-4C69-440D-9425-14C446AB2658}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:2.2.12"
"ProductVersion" = "8:2.2.13"
"Manufacturer" = "8:JamesCJ60"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
2 changes: 1 addition & 1 deletion Universal x86 Tuning Utility/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static T GetService<T>()
return _host.Services.GetService(typeof(T)) as T;
}

public static string version = "2.2.12";
public static string version = "2.2.13";
private Mutex mutex;
private const string MutexName = "UniversalX86TuningUtility";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<UseWindowsForms>True</UseWindowsForms>
<SignAssembly>False</SignAssembly>
<Copyright>© UXTU Team 2020 - 2024</Copyright>
<AssemblyVersion>2.2.12</AssemblyVersion>
<FileVersion>2.2.12</FileVersion>
<AssemblyVersion>2.2.13</AssemblyVersion>
<FileVersion>2.2.13</FileVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SupportedOSPlatformVersion>10.0.22621.0</SupportedOSPlatformVersion>
<Version>2.2.12</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<TextBlock
FontSize="18"
Foreground="#B7FFFFFF"
Text="V2.3.0 Beta 5" />
Text="V2.3.0 Beta 6" />
<ui:Button
Name="btnPremade"
Height="36"
Expand Down

0 comments on commit 2b8fc50

Please sign in to comment.