diff --git a/DESCRIPTION b/DESCRIPTION index b547dc7..03e6efe 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: RNeo4j Title: Interact with a Neo4j database through R. LazyData: true -Version: 1.3.5 +Version: 1.4.0 Date: 2014-05-02 Author: Nicole White License: MIT diff --git a/R/internal.R b/R/internal.R index ad18d64..d9eecb3 100644 --- a/R/internal.R +++ b/R/internal.R @@ -1,5 +1,5 @@ version = function() { - return("1.3.5") + return("1.4.0") } global_http_config = function() { @@ -218,4 +218,4 @@ shortest_path_algo = function(all, algo, fromNode, relType, toNode, direction = check_nested_depth = function(col) { max(unlist(sapply(col, function(x) {sapply(x, length)}))) -} \ No newline at end of file +} diff --git a/man/RNeo4j-package.Rd b/man/RNeo4j-package.Rd index 3bed36e..2ee4a51 100644 --- a/man/RNeo4j-package.Rd +++ b/man/RNeo4j-package.Rd @@ -7,7 +7,7 @@ An R package that allows you to easily interact with a Neo4j database from your \details{ \tabular{ll}{ Package: \tab RNeo4j\cr - Version: \tab 1.3.5\cr + Version: \tab 1.4.0\cr Date: \tab 2014-05-02\cr } }