@@ -22,14 +22,14 @@ Bukkit mappings for cloud. If `commodore` is present on the classpath and the se
2222<dependency >
2323 <groupId >cloud.commandframework</groupId >
2424 <artifactId >cloud-bukkit</artifactId >
25- <version >1.0.1 </version >
25+ <version >1.0.2 </version >
2626</dependency >
2727```
2828
2929** gradle** :
3030``` groovy
3131dependencies {
32- implementation 'cloud.commandframework:cloud-bukkit:1.0.1 '
32+ implementation 'cloud.commandframework:cloud-bukkit:1.0.2 '
3333}
3434```
3535
@@ -86,14 +86,14 @@ An example plugin using the `cloud-paper` API can be found [here](https://github
8686<dependency >
8787 <groupId >cloud.commandframework</groupId >
8888 <artifactId >cloud-paper</artifactId >
89- <version >1.0.1 </version >
89+ <version >1.0.2 </version >
9090</dependency >
9191```
9292
9393** gradle** :
9494``` groovy
9595dependencies {
96- implementation 'cloud.commandframework:cloud-paper:1.0.1 '
96+ implementation 'cloud.commandframework:cloud-paper:1.0.2 '
9797}
9898```
9999
@@ -109,14 +109,14 @@ BungeeCord mappings for cloud.
109109<dependency >
110110 <groupId >cloud.commandframework</groupId >
111111 <artifactId >cloud-bungee</artifactId >
112- <version >1.0.1 </version >
112+ <version >1.0.2 </version >
113113</dependency >
114114```
115115
116116** gradle** :
117117``` groovy
118118dependencies {
119- implementation 'cloud.commandframework:cloud-bungee:1.0.1 '
119+ implementation 'cloud.commandframework:cloud-bungee:1.0.2 '
120120}
121121```
122122
@@ -138,14 +138,14 @@ cloud mappings for Velocity 1.1.0.
138138<dependency >
139139 <groupId >cloud.commandframework</groupId >
140140 <artifactId >cloud-velocity</artifactId >
141- <version >1.0.1 </version >
141+ <version >1.0.2 </version >
142142</dependency >
143143```
144144
145145** gradle** :
146146``` groovy
147147dependencies {
148- implementation 'cloud.commandframework:cloud-velocity:1.0.1 '
148+ implementation 'cloud.commandframework:cloud-velocity:1.0.2 '
149149}
150150```
151151
@@ -166,14 +166,14 @@ cloud mappings for CloudBurst 1.0.0-SNAPSHOT.
166166<dependency >
167167 <groupId >cloud.commandframework</groupId >
168168 <artifactId >cloud-cloudburst</artifactId >
169- <version >1.0.1 </version >
169+ <version >1.0.2 </version >
170170</dependency >
171171```
172172
173173** gradle** :
174174``` groovy
175175dependencies {
176- implementation 'cloud.commandframework:cloud-velocity:1.0.1 '
176+ implementation 'cloud.commandframework:cloud-velocity:1.0.2 '
177177}
178178```
179179
0 commit comments