Skip to content

Commit

Permalink
Added Label Support (Thanks to @pellepelster ), Updated Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Siewert committed Jan 27, 2019
1 parent 804985e commit a0ed689
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -37,7 +37,7 @@ Dependency:
<dependency>
<groupId>me.tomsdevsn</groupId>
<artifactId>hetznercloud-api</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand All @@ -55,7 +55,7 @@ repositories({
})
dependencies({
compile "me.tomsdevsn:hetznercloud-api:2.4.0"
compile "me.tomsdevsn:hetznercloud-api:2.5.0"
})
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.tomsdevsn</groupId>
<artifactId>hetznercloud-api</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>

<name>HetznerCloud-API</name>
<description>Java-client for the Hetzner Cloud</description>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.5</version>
<version>2.9.8</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a0ed689

Please sign in to comment.