From 69a1bcbd2d436f7f769ecdcbdbba1d7f7c08be23 Mon Sep 17 00:00:00 2001 From: Nicole White Date: Fri, 9 Oct 2015 18:00:57 -0700 Subject: [PATCH] v1.6.0 --- DESCRIPTION | 2 +- R/internal.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8ad2fd9..2aa7acb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: RNeo4j Title: Neo4j Driver for R LazyData: true -Version: 1.5.1 +Version: 1.6.0 Date: 2015-09-09 Author: Nicole White License: MIT + file LICENSE diff --git a/R/internal.R b/R/internal.R index 38672b7..187522c 100644 --- a/R/internal.R +++ b/R/internal.R @@ -1,5 +1,5 @@ version = function() { - return("1.5.1") + return("1.6.0") } configure_result = function(result, username = NULL, password = NULL, auth_token=NULL) {