Skip to content

Commit bd1b9cc

Browse files
authored
Merge pull request #197 from eve-bright/fixes-for-bolt-issues
Fixes for changes to bolt state machine
2 parents b102b1c + a3b57b5 commit bd1b9cc

File tree

10 files changed

+389
-160
lines changed

10 files changed

+389
-160
lines changed

app/components/neo4j-driver/.bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"url": "https://github.com/neo4j/neo4j-javascript-driver.git"
3838
},
3939
"homepage": "https://github.com/neo4j/neo4j-javascript-driver",
40-
"version": "1.0.3",
41-
"_release": "1.0.3",
40+
"version": "1.0.4",
41+
"_release": "1.0.4",
4242
"_resolution": {
4343
"type": "version",
44-
"tag": "1.0.3",
45-
"commit": "b2e0349794acec001757a5ce9b14dd8fd7eb9893"
44+
"tag": "1.0.4",
45+
"commit": "d13e0245a955445a5d7611c38e1c68d8600861ca"
4646
},
4747
"_source": "https://github.com/neo4j/neo4j-javascript-driver.git",
4848
"_target": "^1.0.0",

app/components/neo4j-driver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A database driver for Neo4j 3.0.0+.
44

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

77
## Include module in Node.js application
88

0 commit comments

Comments
 (0)