Skip to content

Commit 4d52b22

Browse files
committed
Version 14.4.0.3
1 parent c562035 commit 4d52b22

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
@@ -118,7 +118,7 @@ public AppViewModel(
118118
/// <summary>
119119
/// Indicates if the current version is a beta version
120120
/// </summary>
121-
public bool IsBeta => true;
121+
public bool IsBeta => false;
122122

123123
/// <summary>
124124
/// A flag indicating if an update check is in progress
@@ -149,7 +149,7 @@ public AppViewModel(
149149
/// </summary>
150150
public static WindowsVersion WindowsVersion { get; } // TODO: Why is this static?
151151

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

154154
#endregion
155155

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.4.0 - March ??, 2026 -----
1+
----- Version 14.4.0 - March 13, 2026 -----
22
• Added support for Rayman 30th Anniversary Edition
33
• Added support for Atari Jaguar games:
44
• Rayman

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.4.0.2")]
53-
[assembly: AssemblyFileVersion("14.4.0.2")]
52+
[assembly: AssemblyVersion("14.4.0.3")]
53+
[assembly: AssemblyFileVersion("14.4.0.3")]
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.4.0.2</Version>
30+
<Version>14.4.0.3</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)