Skip to content

Commit

Permalink
Update version to 3.1.2.630.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster620 committed Jun 30, 2024
1 parent 0c40ab3 commit 2c77ef2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PixelViewer/App.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ protected override void OnUpgradeSettings(ISettings settings, int oldVersion, in


// Releasing type.
public override ApplicationReleasingType ReleasingType => ApplicationReleasingType.Preview;
public override ApplicationReleasingType ReleasingType => ApplicationReleasingType.Stable;


// Version of settings.
Expand Down
4 changes: 2 additions & 2 deletions PixelViewer/PixelViewer.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyVersion>3.1.1.428</AssemblyVersion>
<Version>3.1.1.428</Version>
<AssemblyVersion>3.1.2.630</AssemblyVersion>
<Version>3.1.2.630</Version>
<Authors>Carina Studio</Authors>
<Company>Carina Studio</Company>
<Copyright>©2021-2024 Carina Studio</Copyright>
Expand Down

0 comments on commit 2c77ef2

Please sign in to comment.