diff --git a/DESCRIPTION b/DESCRIPTION index aaedc36..5f0faa7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: RNeo4j Title: Neo4j Driver for R LazyData: true -Version: 1.4.2 +Version: 1.5.0 Date: 2014-05-02 Author: Nicole White License: MIT diff --git a/R/internal.R b/R/internal.R index 990667b..f7e06a0 100644 --- a/R/internal.R +++ b/R/internal.R @@ -1,5 +1,5 @@ version = function() { - return("1.4.2") + return("1.5.0") } configure_result = function(result, username = NULL, password = NULL, auth_token=NULL) { diff --git a/man/RNeo4j-package.Rd b/man/RNeo4j-package.Rd index 6d644f0..87b11a6 100644 --- a/man/RNeo4j-package.Rd +++ b/man/RNeo4j-package.Rd @@ -7,7 +7,7 @@ RNeo4j is Neo4j's R driver. It allows you to read and write data from / to Neo4j \details{ \tabular{ll}{ Package: \tab RNeo4j\cr - Version: \tab 1.4.2\cr + Version: \tab 1.5.0\cr Date: \tab 2014-05-02\cr } }