diff --git a/README.md b/README.md
index 2358b68..45a53ed 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,11 @@ The current stable version is 1.1.5, which fixes more comamnd line parsing bugs.
* 1.1.2 added support for handling multi-line results, like for example /file print.
* 1.1 added TLS (SSL) support to encrypt API traffic.
+Getting the API
+---------------
+
+You can clone or fork the repository. Alternatively, you can get the mikrotik-java jar from Maven Central.
+
Examples
========
diff --git a/pom.xml b/pom.xml
index c360a88..a86e692 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
me.legrange
mikrotik
- 1.1.6
+ 1.1.6-SNAPSHOT
jar
Mikrotik API Java Client Library