We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cdaad commit c1e0d16Copy full SHA for c1e0d16
README.md
@@ -19,7 +19,7 @@ Add the following Maven **runtime** dependency to your project:
19
<dependency>
20
<groupId>de.cronn</groupId>
21
<artifactId>liquibase-postgres-enum-extension</artifactId>
22
- <version>1.0</version>
+ <version>1.1</version>
23
<scope>runtime</scope>
24
</dependency>
25
```
build.gradle
@@ -17,7 +17,7 @@ plugins {
17
}
18
group = 'de.cronn'
-version = '1.1-SNAPSHOT'
+version = '1.1'
java {
sourceCompatibility = JavaVersion.VERSION_17
0 commit comments