bump version to 0.2.1

This commit is contained in:
Adrian Siekierka 2019-02-14 22:47:27 +01:00
parent 995d416527
commit fbb91bf597
2 changed files with 5 additions and 5 deletions
build.gradle
src/main/resources

View file

@ -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) {

View file

@ -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",