Skip to content

Commit bc7e587

Browse files
authored
Merge pull request #33 from MohamedRejeb/0.2.x
Update version to 0.3.0
2 parents 57353fc + 3a7969f commit bc7e587

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Compose DND is a library that allows you to easily add drag and drop functionali
1818
Add the following dependency to your module `build.gradle.kts` file:
1919

2020
```kotlin
21-
implementation("com.mohamedrejeb.dnd:compose-dnd:0.2.0")
21+
implementation("com.mohamedrejeb.dnd:compose-dnd:0.3.0")
2222
```
2323

2424
## Usage

convention-plugins/src/main/kotlin/root.publication.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
allprojects {
66
group = "com.mohamedrejeb.dnd"
7-
version = System.getenv("VERSION") ?: "0.3.0-alpha01"
7+
version = System.getenv("VERSION") ?: "0.3.0"
88
}
99

1010
nexusPublishing {

0 commit comments

Comments
 (0)