Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentuso committed Mar 13, 2017
1 parent 62d4e8e commit a69bb3f
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.1.1'
compile 'com.stephentuso:welcome:1.2.1'
```

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.1.1
VERSION_CODE=21
VERSION_NAME=1.2.1
VERSION_CODE=22

LIBRARY_PACKAGING=aar
LIBRARY_NAME=welcome
Expand Down

0 comments on commit a69bb3f

Please sign in to comment.