mirror of
https://codeberg.org/moonleay/Gimble.git
synced 2024-11-21 22:32:50 +00:00
chore!: bumped version to 0.3.0, bumped protocol version to 2
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
dca01b275f
commit
b5d65623aa
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ plugins {
|
|||
}
|
||||
|
||||
val mavenVersion = System.getenv("CI_COMMIT_TAG") ?: System.getenv("CI_COMMIT_SHORT_SHA")?.let { "$it-dev" }
|
||||
?: "0.2.0-dev" //"0.0.0-SNAPSHOT"
|
||||
?: "0.3.0" //"0.0.0-SNAPSHOT"
|
||||
val modId: String by project
|
||||
val modName: String by project
|
||||
|
||||
|
@ -38,7 +38,7 @@ val modName: String by project
|
|||
* Gimbal version stuff
|
||||
* */
|
||||
|
||||
val gimbalProtocolVersion = 1
|
||||
val gimbalProtocolVersion = 2
|
||||
|
||||
|
||||
val mavenGroup: String by project
|
||||
|
|
Loading…
Reference in a new issue