Skip to content

Commit

Permalink
bump version to 1.4.0-beta04
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-LL committed Mar 10, 2024
1 parent 4cc4756 commit 458491e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you're using Version Catalog, add the following to your `libs.versions.toml`
```toml
[versions]
#...
reorderable = "1.3.3"
reorderable = "1.4.0-beta04"

[libraries]
#...
Expand All @@ -37,7 +37,7 @@ or
```toml
[libraries]
#...
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "1.3.3" }
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "1.4.0-beta04" }
```

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

```kotlin
dependencies {
implementation("sh.calvin.reorderable:reorderable:1.3.3")
implementation("sh.calvin.reorderable:reorderable:1.4.0-beta04")
}
```

#### Groovy DSL

```groovy
dependencies {
implementation 'sh.calvin.reorderable:reorderable:1.3.3'
implementation 'sh.calvin.reorderable:reorderable:1.4.0-beta04'
}
```

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-beta04"

kotlin {
androidTarget {
Expand Down

0 comments on commit 458491e

Please sign in to comment.