From dfa9f5fb3c1567fd8e5059421b2fef52e2aea291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Pigne=CC=81?= Date: Thu, 16 Jul 2020 16:17:52 +0200 Subject: [PATCH] version update --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74eed55..4e28e56 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ then, add the `gs-core` and `gs-ui-javafx` to your dependencies: ``` -You can use any version of `gs-core` and `gs-ui-javafx` you need, provided they are the same. 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` and `gs-ui-javafx` you need, provided they are the same. 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). ## Configure UI diff --git a/pom.xml b/pom.xml index 15663ee..d94023f 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.graphstream gs-ui-javafx - 0.0.1-SNAPSHOT + 2.1-SNAPSHOT gs-ui-javafx javafx interface for GraphStream