Skip to content

Commit

Permalink
Release 0.0.3 (#15)
Browse files Browse the repository at this point in the history
* Bump version

* Include gradle changes
  • Loading branch information
tom-quiltt authored Mar 15, 2024
1 parent b14a782 commit 0cbf0eb
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.2"
version = "0.0.3"

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.2"
val quilttSdkVersion = "0.0.3"

0 comments on commit 0cbf0eb

Please sign in to comment.