0

update version

This commit is contained in:
2021-01-05 19:04:28 +03:00
parent bcca590741
commit d34e418dcc
2 changed files with 4 additions and 4 deletions

View File

@@ -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'
<dependency>
<groupId>ghast</groupId>
<artifactId>ghast-tools</artifactId>
<version>1.9</version>
<version>1.10</version>
</dependency>
</dependencies>
```

View File

@@ -1,3 +1,3 @@
projectGroup=ghast
projectName=ghast-tools
projectVersion=1.9
projectVersion=1.10