Skip to content

Commit

Permalink
bump version for get_mut_or_default addition.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnneKitsune committed May 14, 2021
1 parent c31777c commit d1ddb9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "planck_ecs"
version = "1.1.2"
version = "1.2.0"
authors = ["Joël Lupien (Jojolepro) <jojolepro@jojolepro.com>"]
edition = "2018"
description = "A tiny but very powerful ECS framework."
Expand All @@ -24,5 +24,5 @@ ser = ["entity_component/serde"]

[dependencies]
entity_component = { version = "1.1.2", default-features=false }
world_dispatcher = { version = "1.1.2", default-features=false }
world_dispatcher = { version = "1.2.0", default-features=false }
atomic_refcell_try = "0.2.0"

0 comments on commit d1ddb9d

Please sign in to comment.