Skip to content

Commit e3fd108

Browse files
committed
Version 1.19.0
1 parent ffb599f commit e3fd108

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.18.2</version>
28+
<version>1.19.0</version>
2929
</dependency>
3030
```
3131

@@ -131,7 +131,7 @@ can either be in-memory or on-disk.
131131
<dependency>
132132
<groupId>de.bwaldvogel</groupId>
133133
<artifactId>mongo-java-server-h2-backend</artifactId>
134-
<version>1.18.2</version>
134+
<version>1.19.0</version>
135135
</dependency>
136136
```
137137

@@ -158,7 +158,7 @@ Postgres and each MongoDB collection is stored as a table.
158158
<dependency>
159159
<groupId>de.bwaldvogel</groupId>
160160
<artifactId>mongo-java-server-postgresql-backend</artifactId>
161-
<version>1.18.2</version>
161+
<version>1.19.0</version>
162162
</dependency>
163163
```
164164

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ allprojects {
1414
apply plugin: 'maven-publish'
1515
apply plugin: 'signing'
1616

17-
version = '1.19.0-SNAPSHOT'
17+
version = '1.19.0'
1818

1919
group = 'de.bwaldvogel'
2020

0 commit comments

Comments
 (0)