From 4b8e8d0f5dc176b67464c12ced7f3a4ec572eae0 Mon Sep 17 00:00:00 2001 From: Nick Rout Date: Thu, 6 Oct 2022 10:37:23 +0200 Subject: [PATCH] Back to development versions --- material3Lib/gradle.properties | 2 +- materialLib/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/material3Lib/gradle.properties b/material3Lib/gradle.properties index d2931c0..f2c2d40 100644 --- a/material3Lib/gradle.properties +++ b/material3Lib/gradle.properties @@ -17,4 +17,4 @@ POM_ARTIFACT_ID=compose-theme-adapter-3 POM_NAME=MDC-Android Theme Adapter for Compose Material 3 POM_PACKAGING=aar -VERSION_NAME=1.0.20 \ No newline at end of file +VERSION_NAME=1.0.21-SNAPSHOT \ No newline at end of file diff --git a/materialLib/gradle.properties b/materialLib/gradle.properties index 86fe23f..71fe8b3 100644 --- a/materialLib/gradle.properties +++ b/materialLib/gradle.properties @@ -17,4 +17,4 @@ POM_ARTIFACT_ID=compose-theme-adapter POM_NAME=MDC-Android Theme Adapter for Compose Material POM_PACKAGING=aar -VERSION_NAME=1.1.20 +VERSION_NAME=1.1.21-SNAPSHOT