From 7aba7014c888c44c78194533224a6fe3f41161d3 Mon Sep 17 00:00:00 2001 From: Stevdza-San Date: Tue, 21 Nov 2023 11:22:43 +0100 Subject: [PATCH] - BSButton component updated, added a new icon parameter. - BSDropdown component updated, added a new 'selectedItem' parameter. --- 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 591f5d0..2cdef62 100644 --- a/bootstrap/build.gradle.kts +++ b/bootstrap/build.gradle.kts @@ -58,7 +58,7 @@ publishing { from(components["kotlin"]) groupId = "com.github.stevdza-san" artifactId = "KotlinBootstrap" - version = "0.0.7" + version = "0.0.8" } } }