Skip to content

Commit e567fce

Browse files
committed
version: bump
1 parent ea7352d commit e567fce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MaiChartManager/AppMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace MaiChartManager;
77

88
public class AppMain : ISingleInstance
99
{
10-
public const string Version = "1.3.3";
10+
public const string Version = "1.4.0";
1111
public static Browser? BrowserWin { get; set; }
1212

1313
private Launcher _launcher;

Packaging/Base/AppxManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
99
IgnorableNamespaces="win32dependencies"
1010
>
11-
<Identity Name="22369479C5405.MaiChartManager" Publisher="CN=86A51452-7790-46C3-9A4B-1207C2C97940" Version="1.3.3.0"
11+
<Identity Name="22369479C5405.MaiChartManager" Publisher="CN=86A51452-7790-46C3-9A4B-1207C2C97940" Version="1.4.0.0"
1212
ProcessorArchitecture="x64" />
1313
<Properties>
1414
<DisplayName>MaiChartManager</DisplayName>

Packaging/make.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ del .\*.appx
33
rmdir /s /q Pack
44

55
pushd ..\AquaMai
6-
dotnet build -c Release
6+
dotnet cake
77
copy /y Output\AquaMai.dll ..\MaiChartManager\Resources
88
popd
99

0 commit comments

Comments
 (0)