diff --git a/README.md b/README.md index 3ff78130b..d5a0108a6 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ Framework Core dev.rollczi.litecommands core - 1.1.0 + 1.2.0 ``` ```groovy -implementation 'dev.rollczi.litecommands:core:1.1.0' +implementation 'dev.rollczi.litecommands:core:1.2.0' ``` ### First Simple Command @@ -54,11 +54,11 @@ Add this to your dependencies if you want use ready-made implementation for velo dev.rollczi.litecommands velocity - 1.1.0 + 1.2.0 ``` ```groovy -implementation 'dev.rollczi.litecommands:velocity:1.1.0' +implementation 'dev.rollczi.litecommands:velocity:1.2.0' ``` #### Other examples: diff --git a/build.gradle b/build.gradle index 9e97f19cd..878f5e83a 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { allprojects { group = 'dev.rollczi.litecommands' - version = '1.1.0' + version = '1.2.0' apply plugin: 'java-library' apply plugin: 'maven-publish'