This commit is contained in:
parent
40e1bc6fcd
commit
ef7649bc01
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bevy_synthizer"
|
name = "bevy_synthizer"
|
||||||
version = "0.0.0"
|
version = "0.1.0"
|
||||||
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
@ -20,4 +20,4 @@ bevy = { version = "0.9", default-features = true }
|
||||||
publish = false
|
publish = false
|
||||||
push = false
|
push = false
|
||||||
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]
|
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]
|
||||||
pre-release-commit-message = "Release"
|
pre-release-commit-message = "Release"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user