diff --git a/README.md b/README.md
index 08175ab..372e897 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Add the following to your `pom.xml`:
com.github.VSETH-GECO
GECo4J
- 0.9.8
+ 0.9.9
```
@@ -34,7 +34,7 @@ You can get a shaded jar on [Jenkins](https://jenkins.stammgruppe.eu/blue/organi
## Usage
#### Resources
-* [Latest Release Javadocs](https://jitpack.io/com/github/VSETH-GECO/GECo4J/0.9.8/javadoc/)
+* [Latest Release Javadocs](https://jitpack.io/com/github/VSETH-GECO/GECo4J/0.9.9/javadoc/)
* [Latest Master Javadocs](https://jitpack.io/com/github/VSETH-GECO/GECo4J/master-SNAPSHOT/javadoc/)
* [Latest Dev Javadocs](https://jitpack.io/com/github/VSETH-GECO/GECo4J/dev-SNAPSHOT/javadoc/)
@@ -46,7 +46,7 @@ The first thing you have to do, is to construct a `DefaultGECo4JClient` using yo
```java
GECoClient gecoClient = new DefaultGECoClient();
```
-Then you can look at the [Javadocs](https://jitpack.io/com/github/VSETH-GECO/GECo4J/0.9.8/javadoc/) to see what you can do with a `GECoClient`.
+Then you can look at the [Javadocs](https://jitpack.io/com/github/VSETH-GECO/GECo4J/0.9.9/javadoc/) to see what you can do with a `GECoClient`.
For example print the titles of the first page of events:
```java
class Example {
diff --git a/pom.xml b/pom.xml
index 5ebcb5b..b7d469d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
ch.ethz.geco
GECo4J
- 0.9.8
+ 0.9.9
GECo4J
A Java wrapper for the GECo Web API. Copyright (c) 2018, Licensed under GNU LGPLv3.
https://github.com/VSETH-GECO/GECo4J