Skip to content

Commit f7bc5f9

Browse files
committed
Prepare for the next release
1 parent 61327a6 commit f7bc5f9

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

3434
```gradle
3535
dependencies {
36-
implementation "com.github.skydoves:balloon:1.4.3"
36+
implementation "com.github.skydoves:balloon:1.4.4"
3737
}
3838
```
3939

@@ -56,7 +56,7 @@ repositories {
5656
Next, add the below dependency to your **module**'s `build.gradle` file.
5757
```gradle
5858
dependencies {
59-
implementation "com.github.skydoves:balloon:1.4.4-SNAPSHOT"
59+
implementation "com.github.skydoves:balloon:1.4.5-SNAPSHOT"
6060
}
6161
```
6262

buildSrc/src/main/kotlin/com/github/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 = 3
25+
const val patchVersion = 4
2626
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
27-
const val versionCode = 44
27+
const val versionCode = 45
2828
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
2929
const val artifactGroup = "com.github.skydoves"
3030
}

0 commit comments

Comments
 (0)