diff --git a/Cargo.lock b/Cargo.lock index 6767d14..a19e49a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -741,7 +741,7 @@ dependencies = [ [[package]] name = "celeste_rs_gui" -version = "0.1.0-prerelease.1" +version = "0.1.0" dependencies = [ "celeste_rs", "console_error_panic_hook", diff --git a/gui/Cargo.toml b/gui/Cargo.toml index fc687ef..e9fcadf 100644 --- a/gui/Cargo.toml +++ b/gui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "celeste_rs_gui" -version = "0.1.0-prerelease.1" +version = "0.1.0" edition = "2021" repository = "https://github.com/maddymakesgames/celeste_rs" authors = ["Maddymakesgames (madelinemakesgames@gmail.com)"]