Skip to content

Commit

Permalink
Updated the version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwernick committed Apr 9, 2016
1 parent faeb121 commit e3ece05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
dependencies {
//...
compile 'com.devbrackets.android:playlistcore:1.0.2'
compile 'com.devbrackets.android:playlistcore:1.1.0'
}
```

Expand Down Expand Up @@ -52,12 +52,13 @@ License

Attribution
-----------
Uses [Material Design icons][Design Icons] icons by Google
licensed under [Creative Commons 4.0][CC 4.0]
* Uses [Material Design icons][Design Icons] licensed under [Creative Commons 4.0][CC 4.0]
* Uses [AppCompat-v7](http://developer.android.com/tools/support-library/features.html#v7-appcompat) licensed under [Apache 2.0][Apache 2.0]


[Design Icons]: https://github.com/google/material-design-icons
[CC 4.0]: http://creativecommons.org/licenses/by/4.0/
[JCenter]: https://bintray.com/brianwernick/maven/PlaylistCore/view#files
[Website]: http://devbrackets.com/dev/libs/playlistcore.html
[Java Docs]: http://devbrackets.com/dev/libs/docs/playlistcore/1.0.0/index.html
[Java Docs]: http://devbrackets.com/dev/libs/docs/playlistcore/1.1.0/index.html
[Apache 2.0]: https://opensource.org/licenses/Apache-2.0
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apply plugin: 'maven'
apply plugin: 'bintray-release'

def versionMajor = 1
def versionMinor = 0
def versionPatch = 2
def versionMinor = 1
def versionPatch = 0

def libraryGroupId = 'com.devbrackets.android'
def libraryBaseName = 'playlistcore'
Expand Down

0 comments on commit e3ece05

Please sign in to comment.