Skip to content

Commit 08a847c

Browse files
committed
Prepare for the next release
1 parent b17391b commit 08a847c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Add the dependency below to your **module**'s `build.gradle` file:
4343

4444
```gradle
4545
dependencies {
46-
implementation "com.github.skydoves:balloon:1.5.0"
46+
implementation "com.github.skydoves:balloon:1.5.1"
4747
}
4848
```
4949

@@ -66,7 +66,7 @@ repositories {
6666
Next, add the below dependency to your **module**'s `build.gradle` file.
6767
```gradle
6868
dependencies {
69-
implementation "com.github.skydoves:balloon:1.5.1-SNAPSHOT"
69+
implementation "com.github.skydoves:balloon:1.5.2-SNAPSHOT"
7070
}
7171
```
7272

buildSrc/src/main/kotlin/com/skydoves/balloon/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ object Configuration {
2424
const val minSdkBenchmark = 23
2525
const val majorVersion = 1
2626
const val minorVersion = 5
27-
const val patchVersion = 0
27+
const val patchVersion = 1
2828
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
29-
const val versionCode = 50
29+
const val versionCode = 51
3030
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
3131
const val artifactGroup = "com.github.skydoves"
3232
}

0 commit comments

Comments
 (0)