Skip to content

Commit

Permalink
Version 14.1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RayCarrot committed Apr 20, 2024
1 parent af9abf2 commit 3f9dc00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/RayCarrot.RCP.Metro/App/AppViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public AppViewModel(
/// </summary>
public static WindowsVersion WindowsVersion { get; } // TODO: Why is this static?

public static Version AppVersion => new(14, 1, 0, 1);
public static Version AppVersion => new(14, 1, 0, 2);

#endregion

Expand Down
4 changes: 2 additions & 2 deletions src/RayCarrot.RCP.Metro/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("14.1.0.1")]
[assembly: AssemblyFileVersion("14.1.0.1")]
[assembly: AssemblyVersion("14.1.0.2")]
[assembly: AssemblyFileVersion("14.1.0.2")]
[assembly: Guid("b2de6d50-e70b-47c4-bef0-471de28816d0")]

2 changes: 1 addition & 1 deletion src/RayCarrot.RCP.Metro/RayCarrot.RCP.Metro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<RootNamespace>RayCarrot.RCP.Metro</RootNamespace>
<AssemblyName>RayCarrot.RCP.Metro</AssemblyName>
<ApplicationIcon>Files\AppIcon.ico</ApplicationIcon>
<Version>14.1.0.1</Version>
<Version>14.1.0.2</Version>
<Authors>RayCarrot</Authors>
<Product>Rayman Control Panel</Product>
<Description>Open source, unofficial Rayman management program with configuration tools and utilities</Description>
Expand Down

0 comments on commit 3f9dc00

Please sign in to comment.