From dde2d9a4631041b3324dfab2095d9e95cf4a602d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Pigne=CC=81?= Date: Thu, 16 Jul 2020 12:41:41 +0200 Subject: [PATCH] Version bump --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2500f482..7cb857f6 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,11 @@ then, add the `gs-core` to your dependencies: com.github.graphstream gs-core - 2.0-alpha + 2.0 ``` -You can use any version of `gs-core` you need. Simply specify the desired version in the `` tag. The version can be a git tag name (e.g. `2.0-alpha`), a commit number, or a branch name followed by `-SNAPSHOT` (e.g. `dev-SNAPSHOT`). More details on the [possible versions on jitpack](https://jitpack.io/#graphstream/gs-core). +You can use any version of `gs-core` you need. Simply specify the desired version in the `` tag. The version can be a git tag name (e.g. `2.0`), a commit number, or a branch name followed by `-SNAPSHOT` (e.g. `dev-SNAPSHOT`). More details on the [possible versions on jitpack](https://jitpack.io/#graphstream/gs-core). ## User interface diff --git a/pom.xml b/pom.xml index 7d2806db..9dfc5501 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.graphstream gs-core - 2.0.0-SNAPSHOT + 2.0 gs-core