Skip to content

Commit

Permalink
Merge pull request #7 from MohamedRejeb/0.2.x
Browse files Browse the repository at this point in the history
Update version to 0.2.0
  • Loading branch information
MohamedRejeb committed Mar 23, 2024
2 parents e09c57e + a0ca4e4 commit 404b4b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "com.mohamedrejeb.dnd"
version = "0.1.0"
version = "0.2.0"
}

nexusPublishing {
Expand Down

0 comments on commit 404b4b5

Please sign in to comment.