Skip to content

Commit

Permalink
bump version to 1.4.0-beta03
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-LL committed Mar 9, 2024
1 parent 6536399 commit f565101
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 @@ -26,15 +26,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.4.0-beta03")
}
```

#### Groovy DSL

```groovy
dependencies {
implementation 'sh.calvin.reorderable:reorderable:1.3.2'
implementation 'sh.calvin.reorderable:reorderable:1.4.0-beta03'
}
```

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.4.0"
version = "1.4.0-beta03"

kotlin {
androidTarget {
Expand Down

0 comments on commit f565101

Please sign in to comment.