Skip to content

Commit

Permalink
chore(release): Bump to 0.11.2 for release / hopefully package all pl…
Browse files Browse the repository at this point in the history
…atforms 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.
  • Loading branch information
MaxCWhitehead committed Mar 26, 2024
1 parent 6143e09 commit 907f452
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down
2 changes: 1 addition & 1 deletion packs/devpack/pack.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 907f452

Please sign in to comment.