Skip to content

Commit

Permalink
1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Nov 2, 2020
1 parent 8367596 commit 6672c51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ plugins {
def ENV = System.getenv()

class Globals {
static def baseVersion = "0.25.0"
static def mcVersion = "1.16.3"
static def yarnVersion = "+build.47"
static def baseVersion = "0.25.1"
static def mcVersion = "1.16.4"
static def yarnVersion = "+build.1"
static def loaderVersion = "0.10.5+build.213"
}

Expand Down Expand Up @@ -285,7 +285,7 @@ curseforge {
id = "306612"
changelog = "A changelog can be found at https://github.com/FabricMC/fabric/commits"
releaseType = "release"
addGameVersion "1.16.3"
addGameVersion "1.16.4"
addGameVersion "Fabric"

mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar")) {
Expand Down

0 comments on commit 6672c51

Please sign in to comment.