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

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolewhite committed Oct 10, 2015
1 parent b26aa97 commit 69a1bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5.1
Version: 1.6.0
Date: 2015-09-09
Author: Nicole White
License: MIT + file LICENSE
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.5.1")
return("1.6.0")
}

configure_result = function(result, username = NULL, password = NULL, auth_token=NULL) {
Expand Down

0 comments on commit 69a1bcb

Please sign in to comment.