diff --git a/README.md b/README.md index 58de27d..b76c0af 100644 --- a/README.md +++ b/README.md @@ -135,10 +135,10 @@ Add one of the following dependency: dependencies { //only CornerSheetBehavior - implementation 'com.github.HeyAlex.CornerSheet:core:v1.0.0' + implementation 'com.github.HeyAlex.CornerSheet:core:v1.0.1' //CornerSheetBehavior and CornerDrawer - implementation 'com.github.HeyAlex.CornerSheet:drawer:v1.0.0' + implementation 'com.github.HeyAlex.CornerSheet:drawer:v1.0.1' } ```