Skip to content

Commit

Permalink
Version A 1.4.5
Browse files Browse the repository at this point in the history
- Version string has to start with a number, or the game crashes.
  • Loading branch information
RealTheBeastBoss committed Feb 27, 2022
1 parent 19a9b40 commit 9e8dcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'org.parchmentmc.librarian.forgegradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = 'A-1.4.4-1.18.1'
version = '1.4.5-A-1.18.1'
group = 'com.tbb.tbbmod' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'tbbmod'

Expand Down

0 comments on commit 9e8dcc7

Please sign in to comment.