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