From 79ad8b4e41e76dfb10cd9161481e6881f0644ac7 Mon Sep 17 00:00:00 2001 From: Edric Date: Wed, 23 Aug 2023 18:49:11 +0800 Subject: [PATCH] chore(common-enums): prepare next minor version --- androidx/common/common-enums/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/androidx/common/common-enums/build.gradle.kts b/androidx/common/common-enums/build.gradle.kts index 436590e..744133b 100644 --- a/androidx/common/common-enums/build.gradle.kts +++ b/androidx/common/common-enums/build.gradle.kts @@ -10,7 +10,7 @@ plugins { @Suppress("UnstableApiUsage") // Kotlin DSL assignment androidxKtx { mavenCoordinates { - version = "0.0.3-SNAPSHOT" + version = "0.1.0-SNAPSHOT" } libraryType = LibraryType.Android