Skip to content

Commit

Permalink
Prepare to release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Jun 19, 2023
1 parent ff826d6 commit d91c8d4
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.1.1"
implementation "me.saket.swipe:swipe:1.2.0"
```

```kotlin
Expand Down
2 changes: 1 addition & 1 deletion swipe/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.2.0-SNAPSHOT
VERSION_NAME=1.2.0

POM_NAME=swipe
POM_PACKAGING=aar
Expand Down

0 comments on commit d91c8d4

Please sign in to comment.