Skip to content

Commit 49868bb

Browse files
committed
Prepare for the next release
1 parent 188b438 commit 49868bb

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

4141
```gradle
4242
dependencies {
43-
implementation "com.github.skydoves:balloon:1.4.7"
43+
implementation "com.github.skydoves:balloon:1.4.8"
4444
}
4545
```
4646

@@ -63,7 +63,7 @@ repositories {
6363
Next, add the below dependency to your **module**'s `build.gradle` file.
6464
```gradle
6565
dependencies {
66-
implementation "com.github.skydoves:balloon:1.4.8-SNAPSHOT"
66+
implementation "com.github.skydoves:balloon:1.4.9-SNAPSHOT"
6767
}
6868
```
6969

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 = 7
25+
const val patchVersion = 8
2626
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
27-
const val versionCode = 48
27+
const val versionCode = 49
2828
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
2929
const val artifactGroup = "com.github.skydoves"
3030
}

0 commit comments

Comments
 (0)