Skip to content

Commit 358dc6c

Browse files
committed
Back to 1.9.0-SNAPSHOT
1 parent fda5244 commit 358dc6c

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot reposi
115115
<dependency>
116116
<groupId>cloud.commandframework</groupId>
117117
<artifactId>cloud-PLATFORM</artifactId>
118-
<version>1.8.4</version>
118+
<version>1.9.0-SNAPSHOT</version>
119119
</dependency>
120120
<!--
121121
~ Optional: Allows you to use annotated methods
@@ -124,7 +124,7 @@ Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot reposi
124124
<dependency>
125125
<groupId>cloud.commandframework</groupId>
126126
<artifactId>cloud-annotations</artifactId>
127-
<version>1.8.4</version>
127+
<version>1.9.0-SNAPSHOT</version>
128128
</dependency>
129129
```
130130

@@ -185,7 +185,7 @@ repositories {
185185

186186
```kotlin
187187
dependencies {
188-
implementation("cloud.commandframework", "cloud-PLATFORM", "1.8.4")
188+
implementation("cloud.commandframework", "cloud-PLATFORM", "1.9.0-SNAPSHOT")
189189
}
190190
```
191191

cloud-minecraft/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ mappings will be available.
2424
<dependency>
2525
<groupId>cloud.commandframework</groupId>
2626
<artifactId>cloud-bukkit</artifactId>
27-
<version>1.8.4</version>
27+
<version>1.9.0-SNAPSHOT</version>
2828
</dependency>
2929
```
3030

3131
**gradle**:
3232
```groovy
3333
dependencies {
34-
implementation 'cloud.commandframework:cloud-bukkit:1.8.4'
34+
implementation 'cloud.commandframework:cloud-bukkit:1.9.0-SNAPSHOT'
3535
}
3636
```
3737

@@ -93,14 +93,14 @@ mappings are available even without commodore present.
9393
<dependency>
9494
<groupId>cloud.commandframework</groupId>
9595
<artifactId>cloud-paper</artifactId>
96-
<version>1.8.4</version>
96+
<version>1.9.0-SNAPSHOT</version>
9797
</dependency>
9898
```
9999

100100
**gradle**:
101101
```groovy
102102
dependencies {
103-
implementation 'cloud.commandframework:cloud-paper:1.8.4'
103+
implementation 'cloud.commandframework:cloud-paper:1.9.0-SNAPSHOT'
104104
}
105105
```
106106

@@ -118,14 +118,14 @@ BungeeCord mappings for cloud.
118118
<dependency>
119119
<groupId>cloud.commandframework</groupId>
120120
<artifactId>cloud-bungee</artifactId>
121-
<version>1.8.4</version>
121+
<version>1.9.0-SNAPSHOT</version>
122122
</dependency>
123123
```
124124

125125
**gradle**:
126126
```groovy
127127
dependencies {
128-
implementation 'cloud.commandframework:cloud-bungee:1.8.4'
128+
implementation 'cloud.commandframework:cloud-bungee:1.9.0-SNAPSHOT'
129129
}
130130
```
131131

@@ -150,14 +150,14 @@ cloud mappings for Velocity 1.1.0.
150150
<dependency>
151151
<groupId>cloud.commandframework</groupId>
152152
<artifactId>cloud-velocity</artifactId>
153-
<version>1.8.4</version>
153+
<version>1.9.0-SNAPSHOT</version>
154154
</dependency>
155155
```
156156

157157
**gradle**:
158158
```groovy
159159
dependencies {
160-
implementation 'cloud.commandframework:cloud-velocity:1.8.4'
160+
implementation 'cloud.commandframework:cloud-velocity:1.9.0-SNAPSHOT'
161161
}
162162
```
163163

@@ -181,14 +181,14 @@ cloud mappings for CloudBurst 1.0.0-SNAPSHOT.
181181
<dependency>
182182
<groupId>cloud.commandframework</groupId>
183183
<artifactId>cloud-cloudburst</artifactId>
184-
<version>1.8.4</version>
184+
<version>1.9.0-SNAPSHOT</version>
185185
</dependency>
186186
```
187187

188188
**gradle**:
189189
```groovy
190190
dependencies {
191-
implementation 'cloud.commandframework:cloud-velocity:1.8.4'
191+
implementation 'cloud.commandframework:cloud-velocity:1.9.0-SNAPSHOT'
192192
}
193193
```
194194

@@ -217,7 +217,7 @@ the latest release of cloud.
217217
**gradle**:
218218
```groovy
219219
dependencies {
220-
modImplementation 'cloud.commandframework:cloud-fabric:1.8.4'
220+
modImplementation 'cloud.commandframework:cloud-fabric:1.9.0-SNAPSHOT'
221221
}
222222
```
223223

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=cloud.commandframework
2-
version=1.8.4
2+
version=1.9.0-SNAPSHOT
33
description=Command framework and dispatcher for the JVM
44

55
org.gradle.caching=true

0 commit comments

Comments
 (0)