Version bump.

This commit is contained in:
Alexander Söderberg 2020-09-22 18:58:43 +02:00
parent a6db68fa66
commit 7501bd4743
No known key found for this signature in database
GPG key ID: C0207FF7EA146678
16 changed files with 47 additions and 41 deletions

View file

@ -17,7 +17,7 @@ Bukkit mappings for cloud. If `commodore` is present on the classpath and the se
<dependency>
<groupId>com.intellectualsites</groupId>
<artifactId>cloud-bukkit</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</dependency>
```
@ -64,7 +64,7 @@ An example plugin using the `cloud-paper` API can be found [here](https://github
<dependency>
<groupId>com.intellectualsites</groupId>
<artifactId>cloud-paper</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</dependency>
```
@ -79,7 +79,7 @@ BungeeCord mappings for cloud.
<dependency>
<groupId>com.intellectualsites</groupId>
<artifactId>cloud-bungee</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</dependency>
```
@ -102,7 +102,7 @@ An example plugin using the `cloud-velocity` API can be found [here](https://git
<dependency>
<groupId>com.intellectualsites</groupId>
<artifactId>cloud-velocity</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</dependency>
```
Simply do: