Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhart committed Feb 5, 2018
1 parent d40a649 commit fd68682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Usage
-----

1. Add jcenter() to repositories block in your gradle file.
2. Add `implementation 'com.shuhart.hoveringcallback:hoveringcallback:1.2.1'` to your dependencies.
2. Add `implementation 'com.shuhart.hoveringcallback:hoveringcallback:1.2.2'` to your dependencies.
3. Look into the sample for additional details on how to use and configure the library.

Example:
Expand Down
2 changes: 1 addition & 1 deletion hoveringcallback/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext {
siteUrl = 'https://github.com/shuhart/HoveringCallback'
gitUrl = 'https://github.com/shuhart/HoveringCallback.git'

libraryVersion = '1.2.1'
libraryVersion = '1.2.2'

developerId = 'shuhart'
developerName = 'Redrick Shuhart'
Expand Down

0 comments on commit fd68682

Please sign in to comment.