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 91af4a5 commit 32d7820Copy full SHA for 32d7820
README.md
@@ -31,7 +31,7 @@ This project is published to [Maven Central](https://search.maven.org/artifact/o
31
32
| Group ID | Artifact ID | Recommended Version |
33
|----------|-------------|---------------------|
34
-| `org.partiql` | `partiql-lang-kotlin` | `0.1.2`
+| `org.partiql` | `partiql-lang-kotlin` | `0.1.3`
35
36
37
For Maven builds, add this to your `pom.xml`:
build.gradle
@@ -37,7 +37,7 @@ allprojects {
38
subprojects {
39
group = 'org.partiql'
40
- version = '0.1.2'
+ version = '0.1.3'
41
}
42
43
buildDir = new File(rootProject.projectDir, "gradle-build/" + project.name)
0 commit comments