Skip to content

Commit

Permalink
Version Bump 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
davue committed Dec 9, 2020
1 parent 6ac2bd1 commit 58d37b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the following to your `pom.xml`:
<dependency>
<groupId>com.github.VSETH-GECO</groupId>
<artifactId>GECo4J</artifactId>
<version>0.9.8</version> <!-- Or use any other version including commit hashes -->
<version>0.9.9</version> <!-- Or use any other version including commit hashes -->
</dependency>
</dependencies>
```
Expand All @@ -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/)

Expand All @@ -46,7 +46,7 @@ The first thing you have to do, is to construct a `DefaultGECo4JClient` using yo
```java
GECoClient gecoClient = new DefaultGECoClient(<API Token>);
```
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 {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ch.ethz.geco</groupId>
<artifactId>GECo4J</artifactId>
<version>0.9.8</version>
<version>0.9.9</version>
<name>GECo4J</name>
<description>A Java wrapper for the GECo Web API. Copyright (c) 2018, Licensed under GNU LGPLv3.</description>
<url>https://github.com/VSETH-GECO/GECo4J</url>
Expand Down

0 comments on commit 58d37b5

Please sign in to comment.