Skip to content

Commit a2b88f1

Browse files
authored
Update README.md
Update version to 4.2
1 parent 7281b4d commit a2b88f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Resources to get you started:
88
- [Neo4j Manual](https://neo4j.com/docs/)
99
- [Neo4j Refcard](https://neo4j.com/docs/cypher-refcard/current/)
1010

11-
## What's New in 4.1
11+
## What's New in 4.2
1212

13-
- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/4.1-changelog)
13+
- [Changelog](https://github.com/neo4j/neo4j-javascript-driver/wiki/4.2-changelog)
1414

1515
## Including the Driver
1616

@@ -506,7 +506,7 @@ To run tests against "default" Neo4j version:
506506
To run tests against specified Neo4j version:
507507

508508
```
509-
./runTests.sh '-e 4.1.0'
509+
./runTests.sh '-e 4.2.0'
510510
```
511511

512512
Simple `npm test` can also be used if you already have a running version of a compatible Neo4j server.

0 commit comments

Comments
 (0)