Skip to content

Commit f49ddb0

Browse files
committed
Version 14.3.0.3
1 parent da0259f commit f49ddb0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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, 3, 0, 2);
147+
public static Version AppVersion => new(14, 3, 0, 3);
148148

149149
#endregion
150150

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.3.0.2")]
53-
[assembly: AssemblyFileVersion("14.3.0.2")]
52+
[assembly: AssemblyVersion("14.3.0.3")]
53+
[assembly: AssemblyFileVersion("14.3.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.3.0.2</Version>
30+
<Version>14.3.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)