From 3f40a993c5e4357b53f97636c3b9eb25a797a00d Mon Sep 17 00:00:00 2001 From: maddymakesgames Date: Tue, 21 Jan 2025 10:30:01 -0500 Subject: [PATCH] Bump lib part of gui version --- Cargo.lock | 4 ++-- gui/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53531e3..2c3ed64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "ab_glyph" @@ -791,7 +791,7 @@ dependencies = [ [[package]] name = "celeste_rs_gui" -version = "0.4.1+0.4.0" +version = "0.4.1+0.5.1" dependencies = [ "celeste_rs", "console_error_panic_hook", diff --git a/gui/Cargo.toml b/gui/Cargo.toml index 306c55e..4c5adf2 100644 --- a/gui/Cargo.toml +++ b/gui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "celeste_rs_gui" -version = "0.4.1+0.4.0" +version = "0.4.1+0.5.1" edition = "2021" repository = "https://github.com/maddymakesgames/celeste_rs" authors = ["Maddymakesgames (madelinemakesgames@gmail.com)"]