mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-21 20:50:28 -04:00
1.16.2
This commit is contained in:
parent
ac8e8c5914
commit
7d3b96dd8a
1 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,8 @@ plugins {
|
|||
def ENV = System.getenv()
|
||||
|
||||
class Globals {
|
||||
static def baseVersion = "0.17.1"
|
||||
static def mcVersion = "1.16.2-rc1"
|
||||
static def baseVersion = "0.17.2"
|
||||
static def mcVersion = "1.16.2"
|
||||
static def yarnVersion = "+build.1"
|
||||
}
|
||||
|
||||
|
@ -268,7 +268,7 @@ curseforge {
|
|||
project {
|
||||
id = '306612'
|
||||
changelog = 'A changelog can be found at https://github.com/FabricMC/fabric/commits'
|
||||
releaseType = 'beta'
|
||||
releaseType = 'release'
|
||||
addGameVersion '1.16-Snapshot'
|
||||
addGameVersion 'Fabric'
|
||||
mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar")) {
|
||||
|
|
Loading…
Reference in a new issue