1.7.1-SNAPSHOT

This commit is contained in:
Jason Penilla 2022-06-18 23:01:04 -07:00 committed by Jason
parent 6219d30e4e
commit 90da6b0801
6 changed files with 19 additions and 17 deletions

View file

@ -112,7 +112,7 @@ Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot reposi
<dependency>
<groupId>cloud.commandframework</groupId>
<artifactId>cloud-PLATFORM</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</dependency>
<!--
~ Optional: Allows you to use annotated methods
@ -121,7 +121,7 @@ Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot reposi
<dependency>
<groupId>cloud.commandframework</groupId>
<artifactId>cloud-annotations</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</dependency>
```
@ -182,7 +182,7 @@ repositories {
```kotlin
dependencies {
implementation("cloud.commandframework", "cloud-PLATFORM", "1.7.0")
implementation("cloud.commandframework", "cloud-PLATFORM", "1.7.1")
}
```