From b6ad34d1ed20e7c7ddc3cff602545f67f1ffcdde Mon Sep 17 00:00:00 2001 From: omarsanchez Date: Tue, 6 Feb 2024 12:57:34 -0700 Subject: [PATCH] new release --- README.md | 2 +- ccp/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06552c8..3052533 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Step 2. Add the dependency - n.b. this currently does not support Material 3. ```kotlin dependencies { implementation("androidx.compose.material:material:1.5.4") - implementation("com.github.jump-sdk:jetpack_compose_country_code_picker_emoji:2.2.6") + implementation("com.github.jump-sdk:jetpack_compose_country_code_picker_emoji:2.2.7") } ``` diff --git a/ccp/build.gradle.kts b/ccp/build.gradle.kts index 9186fa1..509ec2d 100644 --- a/ccp/build.gradle.kts +++ b/ccp/build.gradle.kts @@ -78,7 +78,7 @@ afterEvaluate { groupId = "com.togisoft" artifactId = "jetpack_country_code_picker" // Update version in README when changing below - version = "2.2.6" + version = "2.2.7" } } }