Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

Commit

Permalink
Update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farbodsz committed Mar 17, 2016
1 parent f2b76cb commit 29cc1e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
[![Releases](https://img.shields.io/badge/LabelledSpinner-releases-blue.svg)](https://github.com/FarbodSalamat-Zadeh/LabelledSpinner/releases)
[![Tags](https://img.shields.io/badge/LabelledSpinner-tags-FF69B4.svg)](https://github.com/FarbodSalamat-Zadeh/LabelledSpinner/tags)

## 1.2.0
_17th Mar '16_
- Pushes missing updates from the library to Bintray hence fixing an issue (#28) where calling `LabelledSpinner` constructors gave an error
- Updates Android Support libraries to version 23.2.1

## 1.1.5
_30th Jan '16_
- Include update to Android build tools (23.0.2)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To do so, add the following to your app module's `build.gradle` file:
```groovy
dependencies {
...
compile 'com.farbod.labelledspinner:labelledspinner:1.1.5'
compile 'com.farbod.labelledspinner:labelledspinner:1.2.0'
}
```

Expand Down

0 comments on commit 29cc1e1

Please sign in to comment.