aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-11 23:32:00 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-11 23:32:00 +0800
commit31dfcd1bfef46eebcd49e7ead19ac8c599798805 (patch)
tree7e254be9928eb702919b1bc3d3c46dc00f3dc327
parent533f98b855f1c81f0d6f3b8b15038b206f00c60e (diff)
downloadRoughlyEnoughItems-2.0.0.33.tar.gz
RoughlyEnoughItems-2.0.0.33.tar.bz2
RoughlyEnoughItems-2.0.0.33.zip
Bump Version Numberv2.0.0.38v2.0.0.33
-rw-r--r--.gitignore2
-rwxr-xr-xbuild.gradle2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 92af0487c..325b3d3d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,5 @@ private.properties
# Files from bad operating systems :^)
Thumbs.db
.DS_Store
+
+old/
diff --git a/build.gradle b/build.gradle
index ceb02b0f0..4ec165811 100755
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
archivesBaseName = "RoughlyEnoughItems"
-version = "1.5.1-21"
+version = "1.5.1-22"
minecraft {
}