Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Nov 26, 2024
1 parent 597c0f6 commit b1a5b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CelestiaWinUI/App.xaml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ App::App()
sentry_options_set_dsn(options, "SENTRY-DSN");
sentry_options_set_handler_path(options, to_string(crashpadHandlerPath).c_str());
sentry_options_set_database_path(options, to_string(sentryDatabasePath).c_str());
sentry_options_set_release(options, "[email protected].3");
sentry_options_set_release(options, "[email protected].4");
sentry_init(options);
#endif

Expand Down
2 changes: 1 addition & 1 deletion CelestiaWinUI/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="40507LinfengLi.Celestia"
Publisher="CN=DFAB6BEB-215D-4D28-AB17-B4B02709A980"
Version="2.1.3.0" />
Version="2.1.4.0" />

<Properties>
<DisplayName>Celestia</DisplayName>
Expand Down

0 comments on commit b1a5b42

Please sign in to comment.