Skip to content

Commit

Permalink
version: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Jan 23, 2025
1 parent ea7352d commit e567fce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MaiChartManager/AppMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace MaiChartManager;

public class AppMain : ISingleInstance
{
public const string Version = "1.3.3";
public const string Version = "1.4.0";
public static Browser? BrowserWin { get; set; }

private Launcher _launcher;
Expand Down
2 changes: 1 addition & 1 deletion Packaging/Base/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
IgnorableNamespaces="win32dependencies"
>
<Identity Name="22369479C5405.MaiChartManager" Publisher="CN=86A51452-7790-46C3-9A4B-1207C2C97940" Version="1.3.3.0"
<Identity Name="22369479C5405.MaiChartManager" Publisher="CN=86A51452-7790-46C3-9A4B-1207C2C97940" Version="1.4.0.0"
ProcessorArchitecture="x64" />
<Properties>
<DisplayName>MaiChartManager</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion Packaging/make.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ del .\*.appx
rmdir /s /q Pack

pushd ..\AquaMai
dotnet build -c Release
dotnet cake
copy /y Output\AquaMai.dll ..\MaiChartManager\Resources
popd

Expand Down

0 comments on commit e567fce

Please sign in to comment.