From fbb91bf5973b3f12c27feca4446f883890dc0392 Mon Sep 17 00:00:00 2001
From: Adrian Siekierka <kontakt@asie.pl>
Date: Thu, 14 Feb 2019 22:47:27 +0100
Subject: [PATCH] bump version to 0.2.1

---
 build.gradle                       | 8 ++++----
 src/main/resources/fabric.mod.json | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build.gradle b/build.gradle
index 4a4655f2b..aaee12a6f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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) {
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 4da783bdc..f643aceca 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -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",