Skip to content

Commit fb05eb3

Browse files
committed
Update versions in releases.toml for generated front page of the reference documentation
1 parent 8af5e7f commit fb05eb3

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/landing/data/releases.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,37 @@
1-
current = "3.0.4"
1+
current = "3.1.1"
22

33
[[versions]]
4-
version = "3.1.0"
4+
version = "3.1.1"
5+
status = "current"
56
docs = "./3.1"
67
api = "http://api.mongodb.org/java/3.1"
78

89
[[versions]]
910
version = "3.0.4"
10-
status = "current"
1111
docs = "./3.0"
1212
api = "http://api.mongodb.org/java/3.0"
1313

1414
[[versions]]
1515
version = "2.13.3"
16-
status = ""
1716
docs = "./2.13"
1817
api = "http://api.mongodb.org/java/2.13"
1918

2019
[[drivers]]
2120
name = "mongodb-driver"
2221
description = "The synchronous driver, new in 3.0.<br/>For older versions of the driver or for OSGi-based applications please use the `mongo-java-driver`."
23-
versions = "3.1.0,3.0.4"
22+
versions = "3.1.1,3.0.4"
2423

2524
[[drivers]]
2625
name = "mongo-java-driver"
2726
description = "An uber jar containing the bson library, the core library and the mongodb-driver.<br/>This artifact is a valid OSGi bundle."
28-
versions = "3.1.0,3.0.4,2.13.3"
27+
versions = "3.1.1,3.0.4,2.13.3"
2928

3029
[[drivers]]
3130
name = "mongodb-driver-async"
3231
description = "The new asynchronous driver, new in 3.0"
33-
versions = "3.1.0,3.0.4"
32+
versions = "3.1.1,3.0.4"
3433

3534
[[drivers]]
3635
name = "mongodb-driver-core"
3736
description = "The core library, new in 3.0"
38-
versions = "3.1.0,3.0.4"
37+
versions = "3.1.1,3.0.4"

0 commit comments

Comments
 (0)