diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-10-18 21:01:11 +1100 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-10-18 21:01:11 +1100 |
commit | a0402708801b525145d01d0f4da17f0ba9d93455 (patch) | |
tree | ce0b58df707388449558073df3aa9492efaf8978 /build.gradle | |
parent | 275fe45caa8eb1048914d864aafae21f3f3a1157 (diff) | |
download | NotEnoughUpdates-a0402708801b525145d01d0f4da17f0ba9d93455.tar.gz NotEnoughUpdates-a0402708801b525145d01d0f4da17f0ba9d93455.tar.bz2 NotEnoughUpdates-a0402708801b525145d01d0f4da17f0ba9d93455.zip |
1.4
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 06d19abe..45038326 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.3-REL" +version = "1.4-REL" group= "io.github.moulberry" archivesBaseName = "NotEnoughUpdates" String modid = "notenoughupdates" |