Skip to content

Commit a7547f1

Browse files
committed
Version 1.46.0
1 parent 646d025 commit a7547f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the following Maven dependency to your project:
2525
<dependency>
2626
<groupId>de.bwaldvogel</groupId>
2727
<artifactId>mongo-java-server</artifactId>
28-
<version>1.45.0</version>
28+
<version>1.46.0</version>
2929
</dependency>
3030
```
3131

@@ -142,7 +142,7 @@ can either be in-memory or on-disk.
142142
<dependency>
143143
<groupId>de.bwaldvogel</groupId>
144144
<artifactId>mongo-java-server-h2-backend</artifactId>
145-
<version>1.45.0</version>
145+
<version>1.46.0</version>
146146
</dependency>
147147
```
148148

@@ -169,7 +169,7 @@ Postgres and each MongoDB collection is stored as a table.
169169
<dependency>
170170
<groupId>de.bwaldvogel</groupId>
171171
<artifactId>mongo-java-server-postgresql-backend</artifactId>
172-
<version>1.45.0</version>
172+
<version>1.46.0</version>
173173
</dependency>
174174
```
175175

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ allprojects {
1717
apply plugin: 'java-library'
1818
apply plugin: 'jacoco'
1919

20-
version = '1.46.0-SNAPSHOT'
20+
version = '1.46.0'
2121

2222
group = 'de.bwaldvogel'
2323

0 commit comments

Comments
 (0)