From 4765d53647774b12ab14c7428dbae57eb948fe9c Mon Sep 17 00:00:00 2001 From: Jeff Yemin Date: Wed, 13 Jan 2016 12:00:46 -0500 Subject: [PATCH] Update reference documentation to refer to 2.14.1 release --- docs/reference/content/getting-started/installation-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/content/getting-started/installation-guide.md b/docs/reference/content/getting-started/installation-guide.md index 7bd127c1fce..9e6fc25ae96 100644 --- a/docs/reference/content/getting-started/installation-guide.md +++ b/docs/reference/content/getting-started/installation-guide.md @@ -17,7 +17,7 @@ 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 @@ -25,4 +25,4 @@ 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" >}}