Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed Oct 8, 2018
1 parent e6fc771 commit c9b66c3
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 @@ -26,7 +26,7 @@ You can find the sample app [in the Play Store](https://play.google.com/store/ap
The library is hosted on jcenter. To use it, add the following to your module level `build.gradle` file's dependencies:

```gradle
implementation 'co.zsmb:materialdrawer-kt:2.0.0'
implementation 'co.zsmb:materialdrawer-kt:2.0.1'
//required support lib modules
implementation "androidx.appcompat:appcompat:${versions.androidX}"
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: "com.jfrog.bintray"
ext {
PUBLISH_GROUP_ID = 'co.zsmb'
PUBLISH_ARTIFACT_ID = 'materialdrawer-kt'
PUBLISH_VERSION = '2.0.0'
PUBLISH_VERSION = '2.0.1'
}

android {
Expand Down

0 comments on commit c9b66c3

Please sign in to comment.