From 907f4521728ce006d6f61562309581d52e1e3d1b Mon Sep 17 00:00:00 2001 From: Max Whitehead <35712032+MaxCWhitehead@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:52:39 -0700 Subject: [PATCH] chore(release): Bump to 0.11.2 for release / hopefully package all platforms successfully (#947) 0.11.1 macOS x86_64 build failed during release - seemed related to dep on my fork of rapier, which we no longer need as PR was merged. Crossing my fingers that #946 resolved that issue and 0.11.2 goes smoothly. --- 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 8dc93d5988..c43bd3e400 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3004,7 +3004,7 @@ dependencies = [ [[package]] name = "jumpy" -version = "0.11.1" +version = "0.11.2" dependencies = [ "async-channel", "bevy_dylib", diff --git a/Cargo.toml b/Cargo.toml index 1f6fcfb06b..44624a9255 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.1" +version = "0.11.2" [features] default = [] diff --git a/packs/devpack/pack.yaml b/packs/devpack/pack.yaml index a21fb5c0b6..bd0eecb2eb 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.1 +game_version: 0.11.2 root: ./assets.yaml schemas: - /items/blunderbass/BlunderbassMeta.schema.yaml