Skip to content

Commit

Permalink
feat:Release Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinnZou committed May 12, 2024
1 parent 3a96739 commit bf76be4
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 @@ -262,7 +262,7 @@ For full example, please refer to [SwipeBoxList](https://github.com/KevinnZou/co
# Download
[![Maven Central](https://img.shields.io/maven-central/v/io.github.kevinnzou/compose-swipebox.svg)](https://search.maven.org/artifact/io.github.kevinnzou/compose-swipebox)

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

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

dependencies {
implementation("io.github.kevinnzou:compose-swipebox:1.3.0")
implementation("io.github.kevinnzou:compose-swipebox:1.4.0")
}

```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android.nonFinalResIds=false

GROUP=io.github.kevinnzou
POM_ARTIFACT_ID=compose-swipebox
VERSION_NAME=1.3.0
VERSION_NAME=1.4.0

POM_NAME=Compose SwipeBox
POM_INCEPTION_YEAR=2023
Expand Down

0 comments on commit bf76be4

Please sign in to comment.