Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Nov 19, 2024
1 parent ac2b5dd commit 82cdc9c
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, "celestia-windows@1.0.0");
sentry_options_set_release(options, "celestia-windows@2.1.1");
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.0.0" />
Version="2.1.1.0" />

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

0 comments on commit 82cdc9c

Please sign in to comment.