diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-08-09 07:02:36 +1000 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-08-09 07:02:36 +1000 |
commit | f729d5199a2acd9264f9e4244d598debdc53cbcc (patch) | |
tree | bbc3d3017c5283174eb55a1300ce4e26bf52e5ec /build.gradle | |
parent | 1b2b38531242d2f3862f5594199bd55d0bf00539 (diff) | |
download | NotEnoughUpdates-f729d5199a2acd9264f9e4244d598debdc53cbcc.tar.gz NotEnoughUpdates-f729d5199a2acd9264f9e4244d598debdc53cbcc.tar.bz2 NotEnoughUpdates-f729d5199a2acd9264f9e4244d598debdc53cbcc.zip |
1.1.1
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 6db4eecc..abe9c6c1 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ apply plugin: 'com.github.johnrengelman.shadow' sourceCompatibility = 1.8 targetCompatibility = 1.8 -version = "REL-1.0.4" +version = "1.1-REL" group= "io.github.moulberry" archivesBaseName = "NotEnoughUpdates" String modid = "notenoughupdates" |