Skip to content

Commit

Permalink
bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-LL committed Oct 17, 2024
1 parent 337171c commit a6ef4aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ If you're using Version Catalog, add the following to your `libs.versions.toml`
```toml
[versions]
#...
reorderable = "2.3.2"
reorderable = "2.4.0"

[libraries]
#...
Expand All @@ -77,7 +77,7 @@ or
```toml
[libraries]
#...
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "2.3.2" }
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "2.4.0" }
```

then
Expand All @@ -97,16 +97,15 @@ If you're using Gradle instead, add the following to your `build.gradle` file:

```kotlin
dependencies {
// ...
implementation("sh.calvin.reorderable:reorderable:2.3.2")
implementation("sh.calvin.reorderable:reorderable:2.4.0")
}
```

#### Groovy DSL

```groovy
dependencies {
implementation 'sh.calvin.reorderable:reorderable:2.3.2'
implementation 'sh.calvin.reorderable:reorderable:2.4.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion reorderable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "sh.calvin.reorderable"
version = "2.3.3"
version = "2.4.0"

kotlin {
androidTarget {
Expand Down

0 comments on commit a6ef4aa

Please sign in to comment.