Skip to content

Commit d547d61

Browse files
committed
Updating reference documentation to refer to 3.0.2 release.
1 parent 167d0c8 commit d547d61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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.0.1" >}}
25+
{{< install artifactId="bson" version="3.0.2" >}}

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

Lines changed: 1 addition & 1 deletion
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.0.1" dependencies="true">}}
25+
{{< install artifactId="mongodb-driver-async" version="3.0.2" dependencies="true">}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.0.1" >}}
41+
{{< install artifactId="mongo-java-driver" version="3.0.2" >}}

0 commit comments

Comments
 (0)