🔖 Version bump
This commit is contained in:
parent
3456112cb1
commit
79bb017fd3
4 changed files with 15 additions and 15 deletions
|
|
@ -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'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue