We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57353fc + 3a7969f commit bc7e587Copy full SHA for bc7e587
2 files changed
README.md
@@ -18,7 +18,7 @@ Compose DND is a library that allows you to easily add drag and drop functionali
18
Add the following dependency to your module `build.gradle.kts` file:
19
20
```kotlin
21
-implementation("com.mohamedrejeb.dnd:compose-dnd:0.2.0")
+implementation("com.mohamedrejeb.dnd:compose-dnd:0.3.0")
22
```
23
24
## Usage
convention-plugins/src/main/kotlin/root.publication.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
allprojects {
6
group = "com.mohamedrejeb.dnd"
7
- version = System.getenv("VERSION") ?: "0.3.0-alpha01"
+ version = System.getenv("VERSION") ?: "0.3.0"
8
}
9
10
nexusPublishing {
0 commit comments