mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-05 11:39:57 -04:00
bump version to 0.2.1
This commit is contained in:
parent
995d416527
commit
fbb91bf597
2 changed files with 5 additions and 5 deletions
|
@ -26,8 +26,8 @@ targetCompatibility = 1.8
|
|||
|
||||
archivesBaseName = "fabric"
|
||||
|
||||
def baseVersion = "0.2.0"
|
||||
def mcVersion = "19w06a"
|
||||
def baseVersion = "0.2.1"
|
||||
def mcVersion = "19w07a"
|
||||
|
||||
def ENV = System.getenv()
|
||||
version = baseVersion + "." + (ENV.BUILD_NUMBER ?: "local")
|
||||
|
@ -38,8 +38,8 @@ minecraft {
|
|||
|
||||
dependencies {
|
||||
minecraft "com.mojang:minecraft:$mcVersion"
|
||||
mappings "net.fabricmc:yarn:$mcVersion.2"
|
||||
modCompile "net.fabricmc:fabric-loader:0.3.5.106"
|
||||
mappings "net.fabricmc:yarn:$mcVersion.5"
|
||||
modCompile "net.fabricmc:fabric-loader:0.3.6.107"
|
||||
}
|
||||
|
||||
task sourcesJar(type: Jar, dependsOn: classes) {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "fabric",
|
||||
"name": "Fabric API",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"side": "universal",
|
||||
"description": "Core API module providing key hooks and intercompatibility features.",
|
||||
"license": "Apache-2.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue