Skip to content

Commit

Permalink
Incremented to v1.59.
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown025 committed Jul 3, 2024
1 parent 877851d commit 3d45262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
apply plugin: 'forge'
apply plugin: 'maven-publish'

version = "1.58"
version = "1.59"
group = "com.flansmod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "Flan's Mod Ultimate Stability Edition"

Expand Down Expand Up @@ -110,6 +110,7 @@ task outputJar(type: Jar) {
exclude '**/yeolde/'
exclude '**/zombie/'
}
// archiveName = "${archivesBaseName} ${version} [1.7.10].jar"
}

task srcJar(type: Jar) {
Expand Down

0 comments on commit 3d45262

Please sign in to comment.