diff --git a/README.md b/README.md index b01343e..9e1fff0 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.6.0") - 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" } } }