Skip to content

Commit

Permalink
Update reference documentation to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Apr 7, 2020
1 parent c39b596 commit b74bd0f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/reference/content/bson/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,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="4.0.1" >}}
{{< install artifactId="bson" version="4.0.2" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ The recommended way to get started using one of the drivers in your project is w

The Reactive Streams implementation for asynchronous stream processing with non-blocking back pressure.

{{< install artifactId="mongodb-driver-reactivestreams" version="4.0.1">}}
{{< install artifactId="mongodb-driver-reactivestreams" version="4.0.2">}}
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ The Reactive Streams based Scala implementation for asynchronous stream processi

### Scala 2.12

{{< install artifactId="mongo-scala-driver" version="4.0.1" groupId="org.mongodb.scala" scalaVersion="2.12">}}
{{< install artifactId="mongo-scala-driver" version="4.0.2" groupId="org.mongodb.scala" scalaVersion="2.12">}}

### Scala 2.11

{{< install artifactId="mongo-scala-driver" version="4.0.1" groupId="org.mongodb.scala" scalaVersion="2.11">}}
{{< install artifactId="mongo-scala-driver" version="4.0.2" groupId="org.mongodb.scala" scalaVersion="2.11">}}
4 changes: 2 additions & 2 deletions docs/reference/content/driver/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The `mongodb-driver-sync` artifact is a valid OSGi bundle whose symbolic name is

{{% /note %}}

{{< install artifactId="mongodb-driver-sync" version="4.0.1" dependencies="true">}}
{{< install artifactId="mongodb-driver-sync" version="4.0.2" dependencies="true">}}

## MongoDB Driver Legacy

Expand All @@ -44,4 +44,4 @@ While not deprecated, we recommend that new applications depend on the `mongodb-

{{% /note %}}

{{< install artifactId="mongodb-driver-legacy" version="4.0.1" dependencies="true">}}
{{< install artifactId="mongodb-driver-legacy" version="4.0.2" dependencies="true">}}

0 comments on commit b74bd0f

Please sign in to comment.