Skip to content

Commit 73d7fb7

Browse files
committed
Prepare for the next release
1 parent eac3d80 commit 73d7fb7

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
@@ -36,7 +36,7 @@ Add the dependency below to your **module**'s `build.gradle` file:
3636

3737
```gradle
3838
dependencies {
39-
implementation "com.github.skydoves:balloon:1.4.6"
39+
implementation "com.github.skydoves:balloon:1.4.7"
4040
}
4141
```
4242

@@ -59,7 +59,7 @@ repositories {
5959
Next, add the below dependency to your **module**'s `build.gradle` file.
6060
```gradle
6161
dependencies {
62-
implementation "com.github.skydoves:balloon:1.4.7-SNAPSHOT"
62+
implementation "com.github.skydoves:balloon:1.4.8-SNAPSHOT"
6363
}
6464
```
6565

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ object Configuration {
2222
const val minSdk = 17
2323
const val majorVersion = 1
2424
const val minorVersion = 4
25-
const val patchVersion = 6
25+
const val patchVersion = 7
2626
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
27-
const val versionCode = 47
27+
const val versionCode = 48
2828
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
2929
const val artifactGroup = "com.github.skydoves"
3030
}

0 commit comments

Comments
 (0)