Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 9fde0ad

Browse files
I need to release this as a patch
It's not fully fixed but this fix definitely helps
1 parent 2320fbc commit 9fde0ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ async fn main() {
460460
let ship_falling_speed: f32 = 0.5;
461461

462462
// More important variables I didn't feel like sorting
463-
let version = "1.51";
463+
let version = "1.52";
464464
let latest_version = Arc::new(Mutex::new(String::from("Loading...")));
465465
let mut not_done_yet_text = false;
466466
let mut show_debug_text = false;

0 commit comments

Comments
 (0)