Skip to content

Commit

Permalink
bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-LL committed Feb 6, 2024
1 parent d194cdd commit ea35e18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ Add the following to your `build.gradle` file:

```kotlin
dependencies {
implementation("sh.calvin.reorderable:reorderable:1.3.0")
implementation("sh.calvin.reorderable:reorderable:1.3.1")
}
```

#### Groovy DSL

```groovy
dependencies {
implementation 'sh.calvin.reorderable:reorderable:1.3.0'
implementation 'sh.calvin.reorderable:reorderable:1.3.1'
}
```

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

group = "sh.calvin.reorderable"
version = "1.3.0"
version = "1.3.1"

kotlin {
androidTarget {
Expand Down

0 comments on commit ea35e18

Please sign in to comment.