Skip to content

Commit

Permalink
Update reference documentation to refer to 2.14.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Jan 13, 2016
1 parent 9d49099 commit 4765d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/content/getting-started/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ The recommended way to get started using one of the drivers in your project is w

This jar that contains everything you need including the BSON library.

{{< install artifactId="mongo-java-driver" version="2.14.0" >}}
{{< install artifactId="mongo-java-driver" version="2.14.1" >}}

## BSON

This library comprehensively supports [BSON](http://www.bsonspec.org),
the data storage and network transfer format that MongoDB uses for "documents".
BSON is short for Binary [JSON](http://json.org/), is a binary-encoded serialization of JSON-like documents.

{{< install artifactId="bson" version="2.14.0" >}}
{{< install artifactId="bson" version="2.14.1" >}}

0 comments on commit 4765d53

Please sign in to comment.