diff --git a/Cargo.lock b/Cargo.lock index 0cc9285..661bfd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -287,7 +287,7 @@ checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea" [[package]] name = "skullball" -version = "0.1.0" +version = "1.0.0" dependencies = [ "ciborium", "flate2", @@ -310,7 +310,7 @@ dependencies = [ [[package]] name = "teanet" -version = "0.1.0" +version = "1.0.0" dependencies = [ "ciborium", "flate2", diff --git a/godot/project.godot b/godot/project.godot index affc74c..b33adef 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -11,6 +11,7 @@ config_version=5 [application] config/name="SkullBall" +config/version="1.0.0" run/main_scene="uid://lahirbqfppvw" config/features=PackedStringArray("4.7", "Forward Plus") boot_splash/bg_color=Color(0.14993507, 0.13915217, 0.13313693, 1) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index ecd3f8c..88af45b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skullball" -version = "0.1.0" +version = "1.0.0" edition = "2024" [lib] diff --git a/teanet-rust b/teanet-rust index 45db231..c75e0e4 160000 --- a/teanet-rust +++ b/teanet-rust @@ -1 +1 @@ -Subproject commit 45db2316526a003c08eef97320b93f220a1d0518 +Subproject commit c75e0e40c74516ff5447bbe12f78911b2841288d