From 802b1081742119e43dc82df534e2fba229aed829 Mon Sep 17 00:00:00 2001 From: Stevdza-San Date: Fri, 15 Sep 2023 08:39:54 +0200 Subject: [PATCH] - Moved ButtonBadge.kt, ButtonSize.kt, ButtonType.kt, ButtonVariant.kt into a new package/directory. [From: com.stevdza.san.kotlinbs.models], [To: com.stevdza.san.kotlinbs.models.button] - BSButton component improved. New borderRadius parameter added, as well as buttonCustomization that you can use to fully customize the look of your button. --- bootstrap/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/build.gradle.kts b/bootstrap/build.gradle.kts index f0928d7..a947d32 100644 --- a/bootstrap/build.gradle.kts +++ b/bootstrap/build.gradle.kts @@ -40,7 +40,7 @@ publishing { from(components["kotlin"]) groupId = "com.github.stevdza-san" artifactId = "KotlinBootstrap" - version = "0.0.3" + version = "0.0.4" } } } \ No newline at end of file