Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentuso committed Nov 18, 2016
1 parent b8c86a6 commit 9c483f9
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 @@ -79,7 +79,7 @@ This library is available through jCenter.
Gradle:

```groovy
compile 'com.stephentuso:welcome:1.0.0'
compile 'com.stephentuso:welcome:1.1.0'
```

If you use proguard, add the following to your proguard rules
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
GROUP=com.stephentuso
VERSION_NAME=1.0.0
VERSION_CODE=19
VERSION_NAME=1.1.0
VERSION_CODE=20

LIBRARY_PACKAGING=aar
LIBRARY_NAME=welcome
Expand Down

0 comments on commit 9c483f9

Please sign in to comment.