From 25b89f51cdb4dea08e72d727a65f2f7c89d2c695 Mon Sep 17 00:00:00 2001 From: Rollczi Date: Tue, 16 Nov 2021 06:24:16 +0100 Subject: [PATCH] Release 1.0.1 --- README.md | 10 +++++----- build.gradle | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 37ee79a3e..19fdafd91 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ Framework Core ```xml dev.rollczi.litecommands - core.0 - 1.0 + core + 1.0.1 ``` ```groovy -implementation 'dev.rollczi.litecommands:core:1.0.0' +implementation 'dev.rollczi.litecommands:core:1.0.1' ``` ### 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.0.0 + 1.0.1 ``` ```groovy -implementation 'dev.rollczi.litecommands:velocity:1.0.0' +implementation 'dev.rollczi.litecommands:velocity:1.0.1' ``` #### Other examples: diff --git a/build.gradle b/build.gradle index 340a78526..39e94320d 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { allprojects { group = 'dev.rollczi.litecommands' - version = '1.0.0' + version = '1.0.1' apply plugin: 'java-library' apply plugin: 'maven-publish'