diff --git a/README.md b/README.md index b45bad44f..904dca528 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ Framework Core dev.rollczi.litecommands core - 1.8.0 + 1.8.1 ``` ```groovy -implementation 'dev.rollczi.litecommands:core:1.8.0' +implementation 'dev.rollczi.litecommands:core:1.8.1' ``` ### First Simple Command @@ -55,11 +55,11 @@ Add this to your dependencies if you want use ready-made implementation for velo dev.rollczi.litecommands velocity - 1.8.0 + 1.8.1 ``` ```groovy -implementation 'dev.rollczi.litecommands:velocity:1.8.0' +implementation 'dev.rollczi.litecommands:velocity:1.8.1' ``` #### All extensions: diff --git a/build.gradle b/build.gradle index c94fbd8b5..6a94abe2f 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ plugins { allprojects { group = 'dev.rollczi.litecommands' - version = '1.8.0' + version = '1.8.1' apply plugin: 'java-library' apply plugin: 'maven-publish' @@ -47,23 +47,23 @@ subprojects { repositories { mavenLocal() - maven { - name = "panda-repository" - url = uri("https://repo.panda-lang.org/releases") - credentials { - username = "$panda_user_litecommands" - password = "$panda_pass_litecommands" - } - } - - maven { - name = "eternalcode-repository" - url = uri("https://repo.eternalcode.pl/releases") - credentials { - username = "$lucky_user_litecommands" - password = "$lucky_pass_litecommands" - } - } +// maven { +// name = "panda-repository" +// url = uri("https://repo.panda-lang.org/releases") +// credentials { +// username = "$panda_user_litecommands" +// password = "$panda_pass_litecommands" +// } +// } +// +// maven { +// name = "eternalcode-repository" +// url = uri("https://repo.eternalcode.pl/releases") +// credentials { +// username = "$lucky_user_litecommands" +// password = "$lucky_pass_litecommands" +// } +// } } } } diff --git a/litecommands-bukkit/README.md b/litecommands-bukkit/README.md index 344f948ee..c209be4c1 100644 --- a/litecommands-bukkit/README.md +++ b/litecommands-bukkit/README.md @@ -4,12 +4,12 @@ Maven dev.rollczi.litecommands bukkit - 1.8.0 + 1.8.1 ``` Gradle ```groovy -implementation 'dev.rollczi.litecommands:bukkit:1.8.0' +implementation 'dev.rollczi.litecommands:bukkit:1.8.1' ``` #### Examples: diff --git a/litecommands-bungee/README.md b/litecommands-bungee/README.md index e276e3573..16f8c5638 100644 --- a/litecommands-bungee/README.md +++ b/litecommands-bungee/README.md @@ -4,12 +4,12 @@ Maven dev.rollczi.litecommands bungee - 1.8.0 + 1.8.1 ``` Gradle ```groovy -implementation 'dev.rollczi.litecommands:bungee:1.8.0' +implementation 'dev.rollczi.litecommands:bungee:1.8.1' ``` #### Examples: diff --git a/litecommands-velocity/README.md b/litecommands-velocity/README.md index 3dc513fda..724a30b69 100644 --- a/litecommands-velocity/README.md +++ b/litecommands-velocity/README.md @@ -4,12 +4,12 @@ Maven dev.rollczi.litecommands velocity - 1.8.0 + 1.8.1 ``` Gradle ```groovy -implementation 'dev.rollczi.litecommands:velocity:1.8.0' +implementation 'dev.rollczi.litecommands:velocity:1.8.1' ``` #### Examples: