🔖 Version bump

This commit is contained in:
Alexander Söderberg 2020-10-14 11:46:58 +02:00
parent 3456112cb1
commit 79bb017fd3
No known key found for this signature in database
GPG key ID: FACEA5B0F4C1BF80
4 changed files with 15 additions and 15 deletions

View file

@ -111,7 +111,7 @@ Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot reposi
<dependency>
<groupId>cloud.commandframework</groupId>
<artifactId>cloud-PLATFORM</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<!--
~ Optional: Allows you to use annotated methods
@ -120,7 +120,7 @@ Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot reposi
<dependency>
<groupId>cloud.commandframework</groupId>
<artifactId>cloud-annotations</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
@ -181,7 +181,7 @@ repositories {
```groovy
dependencies {
implementation 'cloud.commandframework:cloud-PLATFORM:1.0.0'
implementation 'cloud.commandframework:cloud-PLATFORM:1.0.1'
}
```