Skip to content

Commit 32d7820

Browse files
committed
Bump version to 0.1.3
1 parent 91af4a5 commit 32d7820

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
@@ -31,7 +31,7 @@ This project is published to [Maven Central](https://search.maven.org/artifact/o
3131

3232
| Group ID | Artifact ID | Recommended Version |
3333
|----------|-------------|---------------------|
34-
| `org.partiql` | `partiql-lang-kotlin` | `0.1.2`
34+
| `org.partiql` | `partiql-lang-kotlin` | `0.1.3`
3535

3636

3737
For Maven builds, add this to your `pom.xml`:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ allprojects {
3737

3838
subprojects {
3939
group = 'org.partiql'
40-
version = '0.1.2'
40+
version = '0.1.3'
4141
}
4242

4343
buildDir = new File(rootProject.projectDir, "gradle-build/" + project.name)

0 commit comments

Comments
 (0)