Skip to content

Commit

Permalink
bump version to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-LL committed Mar 10, 2024
1 parent 16c3383 commit 7d59fe8
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 @@ -27,15 +27,15 @@ Add the following to your `build.gradle` file:

```kotlin
dependencies {
implementation("sh.calvin.reorderable:reorderable:1.3.2")
implementation("sh.calvin.reorderable:reorderable:1.3.3")
}
```

#### Groovy DSL

```groovy
dependencies {
implementation 'sh.calvin.reorderable:reorderable:1.3.2'
implementation 'sh.calvin.reorderable:reorderable:1.3.3'
}
```

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.2"
version = "1.3.3"

kotlin {
androidTarget {
Expand Down

0 comments on commit 7d59fe8

Please sign in to comment.