Skip to content

Commit

Permalink
Merge pull request #197 from eve-bright/fixes-for-bolt-issues
Browse files Browse the repository at this point in the history
Fixes for changes to bolt state machine
  • Loading branch information
pe4cey authored Sep 1, 2016
2 parents b102b1c + a3b57b5 commit bd1b9cc
Show file tree
Hide file tree
Showing 10 changed files with 389 additions and 160 deletions.
8 changes: 4 additions & 4 deletions app/components/neo4j-driver/.bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"url": "https://github.com/neo4j/neo4j-javascript-driver.git"
},
"homepage": "https://github.com/neo4j/neo4j-javascript-driver",
"version": "1.0.3",
"_release": "1.0.3",
"version": "1.0.4",
"_release": "1.0.4",
"_resolution": {
"type": "version",
"tag": "1.0.3",
"commit": "b2e0349794acec001757a5ce9b14dd8fd7eb9893"
"tag": "1.0.4",
"commit": "d13e0245a955445a5d7611c38e1c68d8600861ca"
},
"_source": "https://github.com/neo4j/neo4j-javascript-driver.git",
"_target": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion app/components/neo4j-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A database driver for Neo4j 3.0.0+.

Find detailed docs at [alpha.neohq.net](http://alpha.neohq.net/docs/javascript-driver/).
Find detailed docs [here](http://neo4j.com/docs/api/javascript-driver/current/).

## Include module in Node.js application

Expand Down
Loading

0 comments on commit bd1b9cc

Please sign in to comment.