From 583150f9762341ccefa7088f7140ed540d614ca4 Mon Sep 17 00:00:00 2001 From: davue Date: Sat, 6 Feb 2021 13:56:58 +0100 Subject: [PATCH] Version Bump 1.0.0 --- README.md | 12 +++++++----- pom.xml | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 372e897..1074169 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Add the following to your `pom.xml`: com.github.VSETH-GECO - GECo4J - 0.9.9 + GECo4J + 1.0.0 ``` @@ -34,7 +34,8 @@ 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.9/javadoc/) + +* [Latest Release Javadocs](https://jitpack.io/com/github/VSETH-GECO/GECo4J/1.0.0/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,8 +47,9 @@ 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.9/javadoc/) to see what you can do with a `GECoClient`. -For example print the titles of the first page of events: + +Then you can look at the [Javadocs](https://jitpack.io/com/github/VSETH-GECO/GECo4J/1.0.0/javadoc/) to see what you can +do with a `GECoClient`. For example print the titles of the first page of events: ```java class Example { public static void main(String[] args){ diff --git a/pom.xml b/pom.xml index b7d469d..3850107 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ ch.ethz.geco GECo4J - 0.9.9 + 1.0.0 GECo4J A Java wrapper for the GECo Web API. Copyright (c) 2018, Licensed under GNU LGPLv3. https://github.com/VSETH-GECO/GECo4J