Skip to content

Commit

Permalink
Minor version bump to v0.3.4-SNAPSHOT (#437)
Browse files Browse the repository at this point in the history
Also update README.md to have current maven release.
  • Loading branch information
dlurton authored Sep 10, 2021
1 parent 6de9ca0 commit 350c5e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This project is published to [Maven Central](https://search.maven.org/artifact/o

| Group ID | Artifact ID | Recommended Version |
|----------|-------------|---------------------|
| `org.partiql` | `partiql-lang-kotlin` | `0.3.2`|
| `org.partiql` | `partiql-lang-kotlin` | `0.3.3`|


For Maven builds, add this to your `pom.xml`:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ allprojects {

subprojects {
group = 'org.partiql'
version = '0.3.3'
version = '0.3.4-SNAPSHOT'
}

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

0 comments on commit 350c5e5

Please sign in to comment.