Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolewhite committed Aug 10, 2015
1 parent b59e81b commit cde2564
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/internal.R
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion man/RNeo4j-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit cde2564

Please sign in to comment.