diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-27 11:37:56 +1000 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-27 11:37:56 +1000 |
commit | 1fbc1f60082ea1bfb5e40eff1ca50b7122f5f38d (patch) | |
tree | 72ec78ae4e5ab347db6f809f6a6d8f2a9b2b6d00 /build.gradle | |
parent | f0293a74282cece3aa8a2a328559889d6e187209 (diff) | |
download | NotEnoughUpdates-1fbc1f60082ea1bfb5e40eff1ca50b7122f5f38d.tar.gz NotEnoughUpdates-1fbc1f60082ea1bfb5e40eff1ca50b7122f5f38d.tar.bz2 NotEnoughUpdates-1fbc1f60082ea1bfb5e40eff1ca50b7122f5f38d.zip |
1.11.8
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 909e51f3..4c2aafb1 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ apply plugin: 'com.github.johnrengelman.shadow' sourceCompatibility = 1.8 targetCompatibility = 1.8 -version = "1.11.7" +version = "1.11.8" group= "io.github.moulberry" archivesBaseName = "NotEnoughUpdates" String modid = "notenoughupdates" |