Skip to content

Commit

Permalink
Prepare for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorhugods committed Oct 11, 2020
1 parent 3d24d34 commit 8c687da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A circular Image View with a lot of perks. Including progress animation and highlight state with borders and gradient color.

[![Build Status](https://travis-ci.com/vitorhugods/AvatarView.svg?branch=main)](https://travis-ci.com/vitorhugods/AvatarView)
[![Gradle](https://img.shields.io/badge/Version-1.0.0-brightgreen.svg)](https://github.com/vitorhugods/AvatarView/releases)
[![Gradle](https://img.shields.io/badge/Version-1.1.0-brightgreen.svg)](https://github.com/vitorhugods/AvatarView/releases)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e4847d7f36754c1a8efb1aff838fdb91)](https://app.codacy.com/app/vitorhugods/AvatarView?utm_source=github.com&utm_medium=referral&utm_content=vitorhugods/AvatarView&utm_campaign=Badge_Grade_Dashboard)
![Kotlin](https://img.shields.io/badge/minSdkVersion-14-brightgreen.svg)
![Kotlin](https://img.shields.io/badge/Kotlin-100%25-orange.svg)
Expand Down Expand Up @@ -47,7 +47,7 @@ repositories {
}
dependencies {
implementation "xyz.schwaab:avvylib:1.0.0"
implementation "xyz.schwaab:avvylib:1.1.0"
}
```

Expand Down

0 comments on commit 8c687da

Please sign in to comment.