Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredrummler committed May 11, 2016
1 parent 4bbfa41 commit dec97df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ You can add attributes to customize the view. Available attributes:
Download
--------

Download [the latest AAR](https://repo1.maven.org/maven2/com/jaredrummler/material-spinner/1.0.6/material-spinner-1.0.6.aar) or grab via Gradle:
Download [the latest AAR](https://repo1.maven.org/maven2/com/jaredrummler/material-spinner/1.0.7/material-spinner-1.0.7.aar) or grab via Gradle:

```groovy
compile 'com.jaredrummler:material-spinner:1.0.6'
compile 'com.jaredrummler:material-spinner:1.0.7'
```
or Maven:
```xml
<dependency>
<groupId>com.jaredrummler</groupId>
<artifactId>material-spinner</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<type>aar</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#
#

VERSION_NAME=1.0.6
VERSION_CODE=7
VERSION_NAME=1.0.7
VERSION_CODE=8
GROUP=com.jaredrummler

POM_NAME=Material Spinner
Expand Down

0 comments on commit dec97df

Please sign in to comment.