diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc3bf0..3a57519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [1.2.0] - 2021-01-15 + ## [1.1.0] - 2021-01-10 - slightly randomize the enemy health - moved all clouds into view diff --git a/Cargo.lock b/Cargo.lock index 42e036b..3f24d7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2531,7 +2531,7 @@ dependencies = [ [[package]] name = "oicana" -version = "1.1.1-dev" +version = "1.2.0" dependencies = [ "bevy", "bevy_webgl2", diff --git a/Cargo.toml b/Cargo.toml index a272b05..e5b8c5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oicana" -version = "1.1.1-dev" +version = "1.2.0" authors = ["Niklas Eicker "] edition = "2018" publish = false