diff --git a/README.MD b/README.MD index 1ab10f5..7f6bf61 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,6 @@ # GHAST TOOLS -![version: 1.11](https://img.shields.io/badge/version-1.11-0a0.svg?style=flat) +![version: 1.12](https://img.shields.io/badge/version-1.12-0a0.svg?style=flat) ![bukkit-api: 1.12](https://img.shields.io/badge/bukkit--api-1.12-d50.svg?style=flat) Набор вспомогательных инструментов для Bukkit API. @@ -658,7 +658,7 @@ repositories { ``` ```groovy -implementation group: 'ghast', name: 'ghast-tools', version: '1.11' +implementation group: 'ghast', name: 'ghast-tools', version: '1.12' ``` ### Maven @@ -677,7 +677,7 @@ implementation group: 'ghast', name: 'ghast-tools', version: '1.11' ghast ghast-tools - 1.11 + 1.12 ``` \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index e6a1ce8..89d9aa8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ projectGroup=ghast projectName=ghast-tools -projectVersion=1.11 \ No newline at end of file +projectVersion=1.12 \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index 1b7f04a..de4b82c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1 @@ -rootProject.name = projectName - +rootProject.name=projectName \ No newline at end of file