Skip to content

Commit

Permalink
update version number in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-LL committed Nov 22, 2023
1 parent b2e9168 commit d5bd0d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Add the following to your `build.gradle` file:

```kotlin
dependencies {
implementation("sh.calvin.reorderable:reorderable:1.0.0")
implementation("sh.calvin.reorderable:reorderable:1.0.1")
}
```

#### Groovy DSL

```groovy
dependencies {
implementation 'sh.calvin.reorderable:reorderable:1.0.0'
implementation 'sh.calvin.reorderable:reorderable:1.0.1'
}
```

Expand Down

0 comments on commit d5bd0d3

Please sign in to comment.