diff --git a/README.md b/README.md index 0c7351e..ca55dc6 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,8 @@ Step 2. Add the dependency - n.b. this currently does not support Material 3. ```kotlin dependencies { - implementation("androidx.compose.material:material:1.5.3") - implementation("com.github.jump-sdk:jetpack_compose_country_code_picker_emoji:2.2.4") + implementation("androidx.compose.material:material:1.5.4") + implementation("com.github.jump-sdk:jetpack_compose_country_code_picker_emoji:2.2.5") } ``` diff --git a/ccp/build.gradle.kts b/ccp/build.gradle.kts index 48a470a..98430af 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.4" + version = "2.2.5" } } }