Skip to content

Commit 007e620

Browse files
committed
Update current version in reference documentation to 3.1.1
1 parent 2806ab0 commit 007e620

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/reference/content/bson/installation-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ This library comprehensively supports [BSON](http://www.bsonspec.org),
2222
the data storage and network transfer format that MongoDB uses for "documents".
2323
BSON is short for Binary [JSON](http://json.org/), is a binary-encoded serialization of JSON-like documents.
2424

25-
{{< install artifactId="bson" version="3.1.0" >}}
25+
{{< install artifactId="bson" version="3.1.1" >}}

docs/reference/content/driver-async/getting-started/installation-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ The MongoDB Async Driver requires either [Netty](http://netty.io/) or Java 7.
2222
## MongoDB Async Driver
2323
The new asynchronous API that can leverage either Netty or Java 7's AsynchronousSocketChannel for fast and non-blocking IO.
2424

25-
{{< install artifactId="mongodb-driver-async" version="3.1.0" dependencies="true">}}
25+
{{< install artifactId="mongodb-driver-async" version="3.1.1" dependencies="true">}}

docs/reference/content/driver/getting-started/installation-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For OSGi-based applications: due to the fact that there are classes from the `co
2828
jar (described below) instead.
2929
{{% /note %}}
3030

31-
{{< install artifactId="mongodb-driver" version="3.1.0" dependencies="true">}}
31+
{{< install artifactId="mongodb-driver" version="3.1.1" dependencies="true">}}
3232

3333

3434
## Uber MongoDB Java Driver
@@ -38,4 +38,4 @@ An uber jar that contains everything you need; the BSON library, the core librar
3838
For OSGi-based applications: this artifact is a valid OSGi bundle.
3939
{{% /note %}}
4040

41-
{{< install artifactId="mongo-java-driver" version="3.1.0">}}
41+
{{< install artifactId="mongo-java-driver" version="3.1.1">}}

0 commit comments

Comments
 (0)