aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-07-23 15:13:24 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-07-23 15:13:24 -0400
commitfaf123fb068c294caa206d792b2a725ae1fd9139 (patch)
treed98d6d8c41c71dd0f421e82d183cff0b99097f21 /build.gradle
parent853be8d4be7c181fea38af8527c99c7eef9b0654 (diff)
downloadNotEnoughUpdates-faf123fb068c294caa206d792b2a725ae1fd9139.tar.gz
NotEnoughUpdates-faf123fb068c294caa206d792b2a725ae1fd9139.tar.bz2
NotEnoughUpdates-faf123fb068c294caa206d792b2a725ae1fd9139.zip
feat: add auto updater for prereleases and allow changing the repo url
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 0c21ffa3..5d6d03cf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,7 +23,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
sourceCompatibility = 1.8
targetCompatibility = 1.8
-version = "1.7-REL"
+version = "2.0-PRE"
group= "io.github.moulberry"
archivesBaseName = "NotEnoughUpdates"
String modid = "notenoughupdates"