diff options
author | Cow <cow@volloeko.de> | 2020-03-28 21:38:33 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-03-28 21:38:33 +0100 |
commit | f831d34ab792fc234dae2be3e879a5aaa0354149 (patch) | |
tree | b7f91e69555c25e3bc3aeaacb6a51a4a72a68de7 /build.gradle | |
parent | 25714bc7ec6295630506b4ce0e6d4c4d8341ab34 (diff) | |
download | Cowlection-f831d34ab792fc234dae2be3e879a5aaa0354149.tar.gz Cowlection-f831d34ab792fc234dae2be3e879a5aaa0354149.tar.bz2 Cowlection-f831d34ab792fc234dae2be3e879a5aaa0354149.zip |
Added first iteration of Hypixel API integration
- /moo stalk <player> to get online status of a player
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 f108a60..c4e1102 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ plugins { id "net.minecraftforge.gradle.forge" version "2.0.2" } */ -version = "1.8.9-0.2.0" +version = "1.8.9-0.3.0" group= "eu.olli.cowmoonication" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "Cowmoonication" |