Skip to content

Commit 135629e

Browse files
committed
Version 1.5
1 parent 8adc67c commit 135629e

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.4</version>
20+
<version>1.5</version>
2121
</dependency>
2222
```
2323

build.gradle

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

1818
group = 'de.cronn'
19-
version = '1.5-SNAPSHOT'
19+
version = '1.5'
2020

2121
java {
2222
sourceCompatibility = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)