Skip to content

Commit

Permalink
Prepare to release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Feb 4, 2024
1 parent a071a6c commit caa9e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ https://user-images.githubusercontent.com/2387680/157795117-3a343625-4a34-4303-b
`swipe` builds composables that can be swiped left or right for revealing actions. Unlike [SwipeToDismiss](https://developer.android.com/reference/kotlin/androidx/compose/material/package-summary#SwipeToDismiss(androidx.compose.material.DismissState,androidx.compose.ui.Modifier,kotlin.collections.Set,kotlin.Function1,kotlin.Function1,kotlin.Function1)), it is designed for swipe actions that _do not_ dismiss their composable.

```groovy
implementation "me.saket.swipe:swipe:1.2.0"
implementation "me.saket.swipe:swipe:1.3.0"
```

```kotlin
Expand Down
2 changes: 1 addition & 1 deletion library/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SONATYPE_AUTOMATIC_RELEASE=true

GROUP=me.saket.swipe
POM_ARTIFACT_ID=swipe
VERSION_NAME=1.3.0-SNAPSHOT
VERSION_NAME=1.3.0

POM_NAME=swipe
POM_PACKAGING=aar
Expand Down

0 comments on commit caa9e2e

Please sign in to comment.