From 2d60c4dc4134b4252395489d2b71d5ae8e508058 Mon Sep 17 00:00:00 2001 From: Max Whitehead <35712032+MaxCWhitehead@users.noreply.github.com> Date: Sun, 21 Apr 2024 22:52:33 -0700 Subject: [PATCH] chore: Bump version to 0.12.0 (#988) --- 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 d20557494f..bbeffe15ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2966,7 +2966,7 @@ dependencies = [ [[package]] name = "jumpy" -version = "0.11.2" +version = "0.12.0" dependencies = [ "async-channel", "bevy_dylib", diff --git a/Cargo.toml b/Cargo.toml index 67903060e7..f7fa2047f1 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.2" +version = "0.12.0" [features] default = [] diff --git a/packs/devpack/pack.yaml b/packs/devpack/pack.yaml index bd0eecb2eb..2a4f55f75d 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.2 +game_version: 0.12.0 root: ./assets.yaml schemas: - /items/blunderbass/BlunderbassMeta.schema.yaml