diff --git a/README.md b/README.md index f77aa0b..a1fdcdb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/library/gradle.properties b/library/gradle.properties index 3b8be77..37cffcf 100644 --- a/library/gradle.properties +++ b/library/gradle.properties @@ -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