Skip to content

Commit b3ca21d

Browse files
committed
bump version to 2.4.1
1 parent 556ec2e commit b3ca21d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If you're using Version Catalog, add the following to your `libs.versions.toml`
6666
```toml
6767
[versions]
6868
#...
69-
reorderable = "2.4.0"
69+
reorderable = "2.4.1"
7070

7171
[libraries]
7272
#...
@@ -78,7 +78,7 @@ or
7878
```toml
7979
[libraries]
8080
#...
81-
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "2.4.0" }
81+
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "2.4.1" }
8282
```
8383

8484
then
@@ -98,15 +98,15 @@ If you're using Gradle instead, add the following to your `build.gradle` file:
9898

9999
```kotlin
100100
dependencies {
101-
implementation("sh.calvin.reorderable:reorderable:2.4.0")
101+
implementation("sh.calvin.reorderable:reorderable:2.4.1")
102102
}
103103
```
104104

105105
#### Groovy DSL
106106

107107
```groovy
108108
dependencies {
109-
implementation 'sh.calvin.reorderable:reorderable:2.4.0'
109+
implementation 'sh.calvin.reorderable:reorderable:2.4.1'
110110
}
111111
```
112112

reorderable/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "sh.calvin.reorderable"
13-
version = "2.4.0"
13+
version = "2.4.1"
1414

1515
kotlin {
1616
androidTarget {

0 commit comments

Comments
 (0)