@@ -24,14 +24,14 @@ mappings will be available.
2424<dependency >
2525 <groupId >cloud.commandframework</groupId >
2626 <artifactId >cloud-bukkit</artifactId >
27- <version >1.6.0-SNAPSHOT </version >
27+ <version >1.6.0</version >
2828</dependency >
2929```
3030
3131** gradle** :
3232``` groovy
3333dependencies {
34- implementation 'cloud.commandframework:cloud-bukkit:1.6.0-SNAPSHOT '
34+ implementation 'cloud.commandframework:cloud-bukkit:1.6.0'
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.6.0-SNAPSHOT </version >
96+ <version >1.6.0</version >
9797</dependency >
9898```
9999
100100** gradle** :
101101``` groovy
102102dependencies {
103- implementation 'cloud.commandframework:cloud-paper:1.6.0-SNAPSHOT '
103+ implementation 'cloud.commandframework:cloud-paper:1.6.0'
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.6.0-SNAPSHOT </version >
121+ <version >1.6.0</version >
122122</dependency >
123123```
124124
125125** gradle** :
126126``` groovy
127127dependencies {
128- implementation 'cloud.commandframework:cloud-bungee:1.6.0-SNAPSHOT '
128+ implementation 'cloud.commandframework:cloud-bungee:1.6.0'
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.6.0-SNAPSHOT </version >
153+ <version >1.6.0</version >
154154</dependency >
155155```
156156
157157** gradle** :
158158``` groovy
159159dependencies {
160- implementation 'cloud.commandframework:cloud-velocity:1.6.0-SNAPSHOT '
160+ implementation 'cloud.commandframework:cloud-velocity:1.6.0'
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.6.0-SNAPSHOT </version >
184+ <version >1.6.0</version >
185185</dependency >
186186```
187187
188188** gradle** :
189189``` groovy
190190dependencies {
191- implementation 'cloud.commandframework:cloud-velocity:1.6.0-SNAPSHOT '
191+ implementation 'cloud.commandframework:cloud-velocity:1.6.0'
192192}
193193```
194194
@@ -212,7 +212,7 @@ cloud mappings for the Fabric mod loader for Minecraft 1.16+
212212** gradle** :
213213``` groovy
214214dependencies {
215- modImplementation 'cloud.commandframework:cloud-fabric:1.6.0-SNAPSHOT '
215+ modImplementation 'cloud.commandframework:cloud-fabric:1.6.0'
216216}
217217```
218218
0 commit comments