Skip to content

Commit

Permalink
Prepping for 0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nwalters512 committed Dec 23, 2016
1 parent e7c84cb commit 6247d25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Spectrum is an Android library that makes it easy to let your user pick from a l

Download with Gradle:
```groovy
compile 'com.thebluealliance:spectrum:0.7.0'
compile 'com.thebluealliance:spectrum:0.7.1'
```

The library is hosted on both Bintray (JCenter) and Maven Central; use whichever you prefer.
Expand Down
4 changes: 2 additions & 2 deletions spectrum/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
siteUrl = 'https://github.com/the-blue-alliance/spectrum/'
gitUrl = 'https://github.com/the-blue-alliance/spectrum.git'

libraryVersion = '0.7.0'
libraryVersion = '0.7.1'
libraryVersionCode = buildVersionCode(libraryVersion)

developerId = 'nwalters512'
Expand Down Expand Up @@ -55,4 +55,4 @@ dependencies {
}

apply from: 'maven-install.gradle'
apply from: 'bintray.gradle'
apply from: 'bintray.gradle'

0 comments on commit 6247d25

Please sign in to comment.