Skip to content

Commit d7a714f

Browse files
authored
Merge pull request #9 from plaidev/chore/v0.7
chore: bump version to 0.7
2 parents cf3b041 + be26d0c commit d7a714f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nubrick/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "io.nubrick"
11-
version = "0.6.3"
11+
version = "0.7.0"
1212

1313
android {
1414
namespace = "io.nubrick.sdk"

nubrick/src/main/kotlin/io/nubrick/sdk/sdk.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import kotlin.time.Duration
3434
import kotlin.time.DurationUnit
3535
import kotlin.time.toDuration
3636

37-
const val VERSION = "0.6.3"
37+
const val VERSION = "0.7.0"
3838

3939
data class Endpoint(
4040
val cdn: String = "https://cdn.nativebrik.com",

0 commit comments

Comments
 (0)