Skip to content

Commit 5a46c00

Browse files
authored
Merge pull request #12 from plaidev/feat/back-link
chore: bump version to 0.7.1
2 parents c7844de + 10fb3a6 commit 5a46c00

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.7.0"
11+
version = "0.7.1"
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.7.0"
37+
const val VERSION = "0.7.1"
3838

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

0 commit comments

Comments
 (0)