Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairaziz committed Aug 20, 2024
1 parent ab903ff commit 8174269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion connector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ publishing {
register<MavenPublication>("connector") {
groupId = "app.quiltt"
artifactId = "connector"
version = "0.0.5"
version = "0.0.6"

pom {
name.set("Quiltt Connector")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
package app.quiltt.connector
val quilttSdkVersion = "0.0.5"
val quilttSdkVersion = "0.0.6"

0 comments on commit 8174269

Please sign in to comment.