From ab139a93fb12a3b9696a45c80d604c9309246023 Mon Sep 17 00:00:00 2001 From: Max Whitehead <35712032+MaxCWhitehead@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:18:20 -0700 Subject: [PATCH] chore(release): Bump version to 0.11.1 (#945) Fixing a crash in release that was in 0.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- packs/devpack/pack.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a64d41e939..a070c388e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3004,7 +3004,7 @@ dependencies = [ [[package]] name = "jumpy" -version = "0.11.0" +version = "0.11.1" dependencies = [ "async-channel", "bevy_dylib", diff --git a/Cargo.toml b/Cargo.toml index 6377df6c0f..4276f3b1e1 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.11.0" +version = "0.11.1" [features] default = [] diff --git a/packs/devpack/pack.yaml b/packs/devpack/pack.yaml index 32d0f0454d..a21fb5c0b6 100644 --- a/packs/devpack/pack.yaml +++ b/packs/devpack/pack.yaml @@ -1,7 +1,7 @@ name: Dev Pack id: devpack_01hgrar12df9rva3mxrh2x3vgj version: 0.1.0 -game_version: 0.11.0 +game_version: 0.11.1 root: ./assets.yaml schemas: - /items/blunderbass/BlunderbassMeta.schema.yaml