Skip to content

Commit f29eb3d

Browse files
committed
bump version
1 parent ca2442e commit f29eb3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4.4";
10+
public const string Version = "1.5.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.4.4.0"
11+
<Identity Name="22369479C5405.MaiChartManager" Publisher="CN=86A51452-7790-46C3-9A4B-1207C2C97940" Version="1.5.0.0"
1212
ProcessorArchitecture="x64" />
1313
<Properties>
1414
<DisplayName>MaiChartManager</DisplayName>

0 commit comments

Comments
 (0)