Skip to content

Commit c1e0d16

Browse files
committed
Version 1.1
1 parent 55cdaad commit c1e0d16

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
@@ -19,7 +19,7 @@ Add the following Maven **runtime** dependency to your project:
1919
<dependency>
2020
<groupId>de.cronn</groupId>
2121
<artifactId>liquibase-postgres-enum-extension</artifactId>
22-
<version>1.0</version>
22+
<version>1.1</version>
2323
<scope>runtime</scope>
2424
</dependency>
2525
```

build.gradle

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

1919
group = 'de.cronn'
20-
version = '1.1-SNAPSHOT'
20+
version = '1.1'
2121

2222
java {
2323
sourceCompatibility = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)