diff --git a/README.md b/README.md index a5e845d..c05a2f8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Compose DND is a library that allows you to easily add drag and drop functionali Add the following dependency to your module `build.gradle.kts` file: ```kotlin -implementation("com.mohamedrejeb.dnd:compose-dnd:0.1.0") +implementation("com.mohamedrejeb.dnd:compose-dnd:0.2.0") ``` ## Usage diff --git a/convention-plugins/src/main/kotlin/root.publication.gradle.kts b/convention-plugins/src/main/kotlin/root.publication.gradle.kts index c2b4cea..3892cc5 100644 --- a/convention-plugins/src/main/kotlin/root.publication.gradle.kts +++ b/convention-plugins/src/main/kotlin/root.publication.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.mohamedrejeb.dnd" - version = "0.1.0" + version = "0.2.0" } nexusPublishing {