Skip to content

Commit

Permalink
🔖 v0.4.0 (yes I am now going to actually update the version in gradle…
Browse files Browse the repository at this point in the history
….properties lol)
  • Loading branch information
Tom-The-Geek committed Apr 4, 2021
1 parent edef9f1 commit 1304c38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def ENV = System.getenv()
version = project.mod_version + ".local"
if (ENV.VERSION) {
version = ENV.VERSION
version = version.substring(version.lastIndexOf("/") + 1)
version = version.substring(version.lastIndexOf("/") + 1 + 1) // remove the '/' and the 'v'
}

group = project.maven_group
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yarn_mappings = 1.16.4+build.7
loader_version = 0.10.8

#Mod properties
mod_version = 0.1.3
mod_version = 0.4.0
maven_group = me.geek.tom
archives_base_name = TomsServerTools

Expand Down

0 comments on commit 1304c38

Please sign in to comment.