Skip to content

Commit 25cf015

Browse files
committed
bump version
1 parent b893dad commit 25cf015

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

AquaMai

MaiChartManager/AppMain.cs

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

1212
public class AppMain : ISingleInstance
1313
{
14-
public const string Version = "1.5.5";
14+
public const string Version = "1.6.0";
1515
public static Browser? BrowserWin { get; set; }
1616

1717
private Launcher _launcher;

MaiChartManager/Front/vite.config.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ export default defineConfig(({command}) => ({
1414
UnoCSS(),
1515
ViteYaml(),
1616
svgLoader(),
17-
sentryVitePlugin({
18-
org: "sentry",
19-
project: "maichartmanager-front",
20-
disable: command === 'serve',
21-
url: "https://sentry.c5y.moe",
22-
})],
17+
// sentryVitePlugin({
18+
// org: "sentry",
19+
// project: "maichartmanager-front",
20+
// disable: command === 'serve',
21+
// url: "https://sentry.c5y.moe",
22+
// })
23+
],
2324
resolve: {
2425
alias: {
2526
'@': '/src',

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.5.5.0"
11+
<Identity Name="22369479C5405.MaiChartManager" Publisher="CN=86A51452-7790-46C3-9A4B-1207C2C97940" Version="1.6.0.0"
1212
ProcessorArchitecture="x64" />
1313
<Properties>
1414
<DisplayName>MaiChartManager</DisplayName>

0 commit comments

Comments
 (0)