From 4d37ef090f558495906493e1dbff7d9654294c9c Mon Sep 17 00:00:00 2001 From: Katja Hahn Date: Wed, 20 Jan 2016 20:39:49 +0100 Subject: [PATCH] readme update --- README.md | 6 +++--- build.sbt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 70ca61be..9aa66cf3 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ You can include PortEx to your project by adding the following Maven dependency: com.github.katjahahn portex_2.10 - 2.0.2 + 2.0.6 ``` @@ -45,9 +45,9 @@ To use a local build, add the library as follows: com.github.katjahahn portex_2.10 - 2.0.2 + 2.0.6 system - $PORTEXDIR/target/scala-2.10/portex_2.10-2.0.2.jar + $PORTEXDIR/target/scala-2.10/portex_2.10-2.0.6.jar ``` diff --git a/build.sbt b/build.sbt index d936fd4d..cc5ad4b3 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import SonatypeKeys._ name := "PortEx" -version := "2.0.7_SNAPSHOT" +version := "2.0.6" javadocSettings