Skip to content

Commit

Permalink
Update README to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Dec 19, 2021
1 parent f097c29 commit cc54a89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">Balloon</h1></br>

<p align="center">
:balloon: A lightweight popup like tooltips, fully customizable with arrow and animations.
:balloon: Modernized and sophisticated tooltips, fully customizable with an arrow and animations on Android.
</p>
</br>
<p align="center">
Expand Down Expand Up @@ -36,7 +36,7 @@ allprojects {
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:balloon:1.4.0"
implementation "com.github.skydoves:balloon:1.4.1"
}
```
## SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
GROUP=com.github.skydoves
POM_PACKAGING=aar

VERSION_NAME=1.4.1-SNAPSHOT
VERSION_NAME=1.4.1

POM_ARTIFACT_ID=balloon
POM_NAME=balloon
Expand Down

0 comments on commit cc54a89

Please sign in to comment.