From 4ba35bd89d8e9ed66ff2da63b9b482418a626448 Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Thu, 4 Feb 2021 11:55:41 +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 e30dad8..82d5354 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,6 @@ # GHAST TOOLS -![version: 1.12](https://img.shields.io/badge/version-1.12-0a0.svg?style=flat) +![version: 1.12.1](https://img.shields.io/badge/version-1.12.1-0a0.svg?style=flat) ![bukkit-api: 1.12](https://img.shields.io/badge/bukkit--api-1.12-d50.svg?style=flat) Набор вспомогательных инструментов для Bukkit API. @@ -673,7 +673,7 @@ repositories { ``` ```groovy -implementation group: 'ghast', name: 'ghast-tools', version: '1.12' +implementation group: 'ghast', name: 'ghast-tools', version: '1.12.1' ``` ### Maven @@ -692,7 +692,7 @@ implementation group: 'ghast', name: 'ghast-tools', version: '1.12' ghast ghast-tools - 1.12 + 1.12.1 ``` \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 89d9aa8..645012a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ projectGroup=ghast projectName=ghast-tools -projectVersion=1.12 \ No newline at end of file +projectVersion=1.12.1 \ No newline at end of file