From 7501bd47430aff337699ca62cf4b4d4626451977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Tue, 22 Sep 2020 18:58:43 +0200 Subject: [PATCH] Version bump. --- README.md | 6 +++--- cloud-annotations/pom.xml | 4 ++-- cloud-core/pom.xml | 2 +- .../commands/arguments/standard/StringArgument.java | 10 +++++++--- .../arguments/standard/StringArgumentTest.java | 10 ++++++---- cloud-jline/pom.xml | 4 ++-- cloud-minecraft/README.md | 8 ++++---- cloud-minecraft/cloud-brigadier/pom.xml | 4 ++-- cloud-minecraft/cloud-bukkit-test/pom.xml | 8 ++++---- cloud-minecraft/cloud-bukkit/pom.xml | 6 +++--- cloud-minecraft/cloud-bungee/pom.xml | 4 ++-- cloud-minecraft/cloud-minecraft-extras/pom.xml | 4 ++-- cloud-minecraft/cloud-paper/pom.xml | 4 ++-- cloud-minecraft/cloud-velocity-test/pom.xml | 6 +++--- .../cloudvelocitytest/CloudVelocityTest.java | 2 +- cloud-minecraft/cloud-velocity/pom.xml | 6 +++--- 16 files changed, 47 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index f95b2652..8c351ee8 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ To use `cloud` you will first need to add it as a dependency to your project. Cl com.intellectualsites cloud-PLATFORM - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT