Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

Commit

Permalink
Bump library version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiprox committed Apr 4, 2015
1 parent f202bf8 commit a35abe9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ A custom view that displays an error image, a title, and a subtitle given an HTT
#Usage
###Add as a dependency
```groovy
compile 'com.github.xiprox.errorview:library:1.0.0'
compile 'com.github.xiprox.errorview:library:1.1.0'
````
###Set the error by HTTP Status Code
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.0.0
VERSION_CODE=1
VERSION_NAME=1.1.0
VERSION_CODE=2
GROUP=com.github.xiprox.errorview

POM_DESCRIPTION=A android library that displays an error image, a title, and a subtitle given an HTTP status code. It can be used for various other purposes like displaying other kinds of errors, or just messages with images.
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ android {
}

// Used to upload project to maven central
//apply from: '../maven_push.gradle'
//apply from: '../maven_push.gradle'

0 comments on commit a35abe9

Please sign in to comment.