diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-07 12:43:17 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-07 12:43:17 +0800 |
| commit | 4e1c5cc9e134d338b8b675eb9302a9841e5aeaed (patch) | |
| tree | 928082ebf0d273bed60bd288192d813bd7646667 /build.gradle | |
| parent | 87330e70a71b36ce9c9b59bc3f1b8e6670d0a385 (diff) | |
| download | RoughlyEnoughItems-4e1c5cc9e134d338b8b675eb9302a9841e5aeaed.tar.gz RoughlyEnoughItems-4e1c5cc9e134d338b8b675eb9302a9841e5aeaed.tar.bz2 RoughlyEnoughItems-4e1c5cc9e134d338b8b675eb9302a9841e5aeaed.zip | |
Try to get a better config saver
Diffstat (limited to 'build.gradle')
| -rwxr-xr-x | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index ee7e71e4d..5f7ce6c88 100755 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 archivesBaseName = "RoughlyEnoughItems" -version = "1.5-13" +version = "1.5-14" minecraft { } |
