diff --git a/README.md b/README.md index 309fa247..a0f757c4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Hetzner Cloud API for Java Simple Java client for the Hetzner Cloud API. -The current version is **2.4.0**. +The current version is **2.5.0**. It would be nice, if you submit pull requests. @@ -37,7 +37,7 @@ Dependency: me.tomsdevsn hetznercloud-api - 2.4.0 + 2.5.0 compile @@ -55,7 +55,7 @@ repositories({ }) dependencies({ - compile "me.tomsdevsn:hetznercloud-api:2.4.0" + compile "me.tomsdevsn:hetznercloud-api:2.5.0" }) ``` diff --git a/pom.xml b/pom.xml index 6d1f13af..e6bfccb4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.tomsdevsn hetznercloud-api - 2.4.0 + 2.5.0 HetznerCloud-API Java-client for the Hetzner Cloud @@ -65,7 +65,7 @@ com.fasterxml.jackson.core jackson-databind - 2.9.5 + 2.9.8 compile