diff --git a/README.md b/README.md
index 04cf347..02a6ef3 100644
--- a/README.md
+++ b/README.md
@@ -33,24 +33,25 @@ Current consul cluster manager implementation is fully based on [**vertx-consul-
**How to use**
-
-## Version compatibility matrix
-| Project | Vert.x |
-| ------- | ------ |
-| 0.1.x | 3.6.0 |
-| TBR | 3.6.1 |
-| TBR | 3.6.2 |
-| TBR | 3.6.3 |
+Version compatibility matrix
+
+| Cluster manager | Vert.x |
+| ---------------- | ------ |
+| 0.1.x | 3.6.0 |
+| 0.2.x | 3.6.1 |
+| TBR | 3.6.2 |
+| TBR | 3.6.3 |
### Gradle
```groovy
-compile 'io.reactiverse:vertx-consul-cluster-manager:${cluster-manager-version}'
+compile 'io.reactiverse:consul-cluster-manager:${cluster-manager-version}'
```
### Maven
```xml
io.reactiverse
- vertx-consul-cluster-manager
+ consul-cluster-manager
${cluster-manager-version}
```
diff --git a/pom.xml b/pom.xml
index 73d9730..a873e9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
io.reactiverse
consul-cluster-manager
- 0.2.0-SNAPSHOT
+ 0.3.0-SNAPSHOT
Vert.x Consul Cluster Manager
https://github.com/reactiverse/consul-cluster-manager
Consul - based cluster manager that can be hooked into Vert.x ecosystem.
@@ -63,7 +63,7 @@
- 3.6.1
+ 3.6.2
4.12
1.1.1