diff --git a/Cargo.toml b/Cargo.toml index 992764d..3e9c720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_synthizer" -version = "0.0.0" +version = "0.1.0" authors = ["Nolan Darilek "] license = "MIT OR Apache-2.0" edition = "2021" @@ -20,4 +20,4 @@ bevy = { version = "0.9", default-features = true } publish = false push = false pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"] -pre-release-commit-message = "Release" \ No newline at end of file +pre-release-commit-message = "Release"