From f7ccdd25119941725f89eaf3b8e127a6e34c98cf Mon Sep 17 00:00:00 2001 From: Zicklag Date: Sat, 23 Dec 2023 22:02:02 +0000 Subject: [PATCH] chore(release): bump crate version. (#893) The previous release had not included the update to the Cargo.lock, so this makes another release to fix that. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e95442eea..b341d28871 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2688,7 +2688,7 @@ dependencies = [ [[package]] name = "jumpy" -version = "0.9.2" +version = "0.9.4" dependencies = [ "async-channel", "bevy_dylib", diff --git a/Cargo.toml b/Cargo.toml index 16edc5f3ad..a6c0977da5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ description = "A tactical 2D shooter" edition = "2021" license = "MIT OR Apache-2.0" name = "jumpy" -version = "0.9.3" +version = "0.9.4" [features] default = []