diff --git a/README.md b/README.md index 697c065..fc1ded9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add the following to your `build.gradle` file: ```kotlin dependencies { - implementation("sh.calvin.reorderable:reorderable:1.0.0") + implementation("sh.calvin.reorderable:reorderable:1.0.1") } ``` @@ -30,7 +30,7 @@ dependencies { ```groovy dependencies { - implementation 'sh.calvin.reorderable:reorderable:1.0.0' + implementation 'sh.calvin.reorderable:reorderable:1.0.1' } ```