Skip to content

Commit 5d59b67

Browse files
authored
Bump SDK to v1.0.7 (#85)
1 parent 765f6bd commit 5d59b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ subprojects { subproject ->
5050
}
5151
}
5252
}
53-
def NEXT_VERSION = "1.0.7-SNAPSHOT"
53+
def NEXT_VERSION = "1.0.8-SNAPSHOT"
5454

5555
allprojects {
5656
group = 'app.cash.paykit'
57-
version = '1.0.6'
57+
version = '1.0.7'
5858

5959
plugins.withId("com.vanniktech.maven.publish.base") {
6060
mavenPublishing {

0 commit comments

Comments
 (0)