Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairaziz committed Apr 30, 2024
1 parent 0b1458e commit 6ca6e41
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.4"
version = "0.0.5"

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.4"
val quilttSdkVersion = "0.0.5"

0 comments on commit 6ca6e41

Please sign in to comment.