Skip to content

Commit

Permalink
Version updated to 0.51-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
rajajawahar committed Oct 18, 2023
1 parent 8c2de95 commit 21ee021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tarkaui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ publishing {
run {
groupId = "com.tarkalabs"
artifactId = getLibraryArtifactId()
version = "0.50-alpha"
version = "0.51-alpha"
artifact("$buildDir/outputs/aar/${getLibraryArtifactId()}-release.aar")
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ enum class TUISnackBarType {
@Composable
fun TUIInformationSnackBarPreview() {
TUISnackBar(
message = "Hello there",
message = "Hello there, How are doing ? ",
actionLabel = "dgsd",
leadingIcon = TarkaIcons.Regular.Delete24,
type = Information
Expand Down

0 comments on commit 21ee021

Please sign in to comment.