From d34e418dcc9b462fa68cbe50fbb17ff9815f4a7f Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Tue, 5 Jan 2021 19:04:28 +0300 Subject: [PATCH] update version --- README.MD | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.MD b/README.MD index 4972c77..c59285d 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,6 @@ # GHAST TOOLS -![version: 1.9](https://img.shields.io/badge/version-1.9-0a0.svg?style=flat) +![version: 1.10](https://img.shields.io/badge/version-1.10-0a0.svg?style=flat) ![bukkit-api: 1.12](https://img.shields.io/badge/bukkit--api-1.12-d50.svg?style=flat) Набор вспомогательных инструментов для Bukkit API. @@ -611,7 +611,7 @@ repositories { ``` ```groovy -implementation group: 'ghast', name: 'ghast-tools', version: '1.9' +implementation group: 'ghast', name: 'ghast-tools', version: '1.10' ``` ### Maven @@ -630,7 +630,7 @@ implementation group: 'ghast', name: 'ghast-tools', version: '1.9' ghast ghast-tools - 1.9 + 1.10 ``` \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 68af78c..e9a3218 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ projectGroup=ghast projectName=ghast-tools -projectVersion=1.9 \ No newline at end of file +projectVersion=1.10 \ No newline at end of file