mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Template agb version needs updating twice now
This commit is contained in:
parent
208104d036
commit
c15d24ad45
|
@ -46,7 +46,7 @@ fi
|
|||
|
||||
TAGNAME="v$VERSION"
|
||||
|
||||
for PROJECT_TOML_FILE in agb/Cargo.toml agb-*/Cargo.toml; do
|
||||
for PROJECT_TOML_FILE in agb/Cargo.toml agb-*/Cargo.toml template/Cargo.toml; do
|
||||
DIRECTORY=$(dirname "$PROJECT_TOML_FILE")
|
||||
|
||||
# Update the version in Cargo.toml
|
||||
|
|
Loading…
Reference in a new issue