diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-23 15:13:24 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-23 15:13:24 -0400 |
commit | faf123fb068c294caa206d792b2a725ae1fd9139 (patch) | |
tree | d98d6d8c41c71dd0f421e82d183cff0b99097f21 /build.gradle | |
parent | 853be8d4be7c181fea38af8527c99c7eef9b0654 (diff) | |
download | NotEnoughUpdates-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.gradle | 2 |
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" |