Skip to content

Commit e92f13f

Browse files
committed
Version 1.3.2
1 parent fd4b75a commit e92f13f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following Maven dependency to your project:
1717
<dependency>
1818
<groupId>de.cronn</groupId>
1919
<artifactId>postgres-snapshot-util</artifactId>
20-
<version>1.3.1</version>
20+
<version>1.3.2</version>
2121
</dependency>
2222
```
2323

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
}
1616

1717
group = 'de.cronn'
18-
version = '1.4-SNAPSHOT'
18+
version = '1.3.2'
1919

2020
java {
2121
sourceCompatibility = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)