feat: Renames update-version plugin to bump-version, removes generate plugin as the bump-version can be called with the generate arguments.
All checks were successful
CI / Ubuntu (push) Successful in 2m42s

This commit is contained in:
2024-12-26 16:07:57 -05:00
parent 5bac7aa577
commit 8d73287a60
8 changed files with 36 additions and 86 deletions

View File

@@ -1,2 +1,2 @@
// Do not set this variable, it is set during the build process.
let VERSION: String? = "0.3.0"
let VERSION: String? = "0.2.1"