From 72f61a629b10a34412e9d3d7025f46d8b693cda8 Mon Sep 17 00:00:00 2001 From: Juan Docal <109512072+kp-juan-docal@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:14:49 +0200 Subject: [PATCH] Bump version to `1.5.1` (#18) Bump version to 1.5.1 --- account/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account/build.gradle.kts b/account/build.gradle.kts index 3314217..c876717 100644 --- a/account/build.gradle.kts +++ b/account/build.gradle.kts @@ -38,7 +38,7 @@ android { @OptIn(org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi::class) kotlin { group = "com.kape.android" - version = "1.5.0" + version = "1.5.1" // Enable the default target hierarchy. // It's a template for all possible targets and their shared source sets hardcoded in the