diff options
author | DoKM <54663875+DoKM@users.noreply.github.com> | 2021-07-25 19:20:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-25 19:20:10 +0200 |
commit | 57a5639f6cfaed3dff8473ae7b59d59a89727fda (patch) | |
tree | a8e4a0c84dc559be1925b230dc719423dd2a5ff1 /build.gradle | |
parent | 7b79c6bb2f9b570c9c2c3f424f239c645dfe90d7 (diff) | |
parent | a7dde6d4582ad1b2474b0f59c1c74dd70b654a98 (diff) | |
download | NotEnoughUpdates-57a5639f6cfaed3dff8473ae7b59d59a89727fda.tar.gz NotEnoughUpdates-57a5639f6cfaed3dff8473ae7b59d59a89727fda.tar.bz2 NotEnoughUpdates-57a5639f6cfaed3dff8473ae7b59d59a89727fda.zip |
Merge pull request #12 from IRONM00N/pr
Move PR. to your fork
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" |