Skip to content

Commit

Permalink
feat:Release Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
邹铭杰 committed Mar 3, 2023
1 parent d02feb9 commit d307a4a
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 @@ -188,7 +188,7 @@ For full example, please refer to [SwipeBoxList](https://github.com/KevinnZou/co

# Download

The Current Release Version is 1.0.0. For future release, please refer to the release session of the
The Current Release Version is 1.1.0. For future release, please refer to the release session of the
github repository.

``` kotlin
Expand All @@ -200,7 +200,7 @@ allprojects {
}

dependencies {
implementation("com.github.kevinnzou:compose-swipeBox:1.0.0")
implementation("com.github.kevinnzou:compose-swipeBox:1.1.0")
}

```
Expand Down
2 changes: 1 addition & 1 deletion swipebox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.github.kevinnzou'
artifactId = 'compose-swipebox'
version = '1.0.0'
version = '1.1.0'
}
// Creates a Maven publication called “debug”.
// debug(MavenPublication) {
Expand Down

0 comments on commit d307a4a

Please sign in to comment.