Skip to content

Commit cbddf0d

Browse files
committed
Version 14.3.0
1 parent daf4f3f commit cbddf0d

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/RayCarrot.RCP.Metro/App/AppViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public AppViewModel(
113113
/// <summary>
114114
/// Indicates if the current version is a beta version
115115
/// </summary>
116-
public bool IsBeta => false;
116+
public bool IsBeta => true;
117117

118118
/// <summary>
119119
/// A flag indicating if an update check is in progress
@@ -144,7 +144,7 @@ public AppViewModel(
144144
/// </summary>
145145
public static WindowsVersion WindowsVersion { get; } // TODO: Why is this static?
146146

147-
public static Version AppVersion => new(14, 2, 4, 0);
147+
public static Version AppVersion => new(14, 3, 0, 0);
148148

149149
#endregion
150150

src/RayCarrot.RCP.Metro/Files/VersionHistory/VersionHistory_13.0_15.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
----- Version 14.3.0 - September 15, 2025 -----
1+
----- Version 14.3.0 - September 16, 2025 -----
22
• Added support for the fan-games Rayman 2 Redreamed Demo, Rayman 3 Havoc Reignited and Rayman Lum'o'Grams Demo
33
• Added progression for Tonic Trouble and automatically find saves redirected to the user's Saved Games folder when using the recently released Tonic Trouble Fix
44
• Added progression for Rayman Raving Rabbids 2 (thanks Dr_st!)

src/RayCarrot.RCP.Metro/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
// You can specify all the values or you can default the Build and Revision Numbers
5050
// by using the '*' as shown below:
5151
// [assembly: AssemblyVersion("1.0.*")]
52-
[assembly: AssemblyVersion("14.2.4.0")]
53-
[assembly: AssemblyFileVersion("14.2.4.0")]
52+
[assembly: AssemblyVersion("14.3.0.0")]
53+
[assembly: AssemblyFileVersion("14.3.0.0")]
5454
[assembly: Guid("b2de6d50-e70b-47c4-bef0-471de28816d0")]
5555

src/RayCarrot.RCP.Metro/RayCarrot.RCP.Metro.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<RootNamespace>RayCarrot.RCP.Metro</RootNamespace>
2828
<AssemblyName>RayCarrot.RCP.Metro</AssemblyName>
2929
<ApplicationIcon>Files\AppIcon.ico</ApplicationIcon>
30-
<Version>14.2.4.0</Version>
30+
<Version>14.3.0.0</Version>
3131
<Authors>RayCarrot</Authors>
3232
<Product>Rayman Control Panel</Product>
3333
<Description>Open source, unofficial Rayman management program with configuration tools and utilities</Description>

0 commit comments

Comments
 (0)