aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 03d7b9cd5..5b66f094d 100755
--- a/build.gradle
+++ b/build.gradle
@@ -6,11 +6,11 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
archivesBaseName = "RoughlyEnoughItems"
-version = "2.2.0.49"
+version = "2.2.0.50"
-def minecraftVersion = "19w05a"
-def yarnVersion = "19w05a.5"
-def fabricVersion = "0.1.5.88"
+def minecraftVersion = "19w06a"
+def yarnVersion = "19w06a.5"
+def fabricVersion = "0.2.0.92"
def pluginLoaderVersion = "1.14-1.0.6-8"
minecraft {