Skip to content

Commit

Permalink
Update version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb committed Oct 10, 2024
1 parent a98e8f6 commit 3a7969f
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.2.0")
implementation("com.mohamedrejeb.dnd:compose-dnd:0.3.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 = System.getenv("VERSION") ?: "0.3.0-alpha01"
version = System.getenv("VERSION") ?: "0.3.0"
}

nexusPublishing {
Expand Down

0 comments on commit 3a7969f

Please sign in to comment.