From ae2195d0ce8b6e7d7cff8b230c29e7bb951dd231 Mon Sep 17 00:00:00 2001 From: a-brandt Date: Fri, 22 Apr 2016 15:02:43 +0200 Subject: [PATCH] updates --- README.md | 2 +- tests/travis/setup_arangodb.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8b6cbf..6702b99 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To add the driver to your project with maven, add the following code to your pom com.arangodb arangodb-java-driver - 1.0.13 + 1.0.14 .... diff --git a/tests/travis/setup_arangodb.sh b/tests/travis/setup_arangodb.sh index fa6ff07..7802aea 100644 --- a/tests/travis/setup_arangodb.sh +++ b/tests/travis/setup_arangodb.sh @@ -3,7 +3,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd $DIR -VERSION=2.8.6 +VERSION=2.8.7 NAME=ArangoDB-$VERSION if [ ! -d "$DIR/$NAME" ]; then