diff --git a/CHANGELOG.md b/CHANGELOG.md index 8515929..bcd01aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.6 + +* Bump Android to 0.6.5 +* Bump iOS to 0.5.9 + ## 0.0.5 * Bump Android to 0.6.4 diff --git a/android/build.gradle b/android/build.gradle index def4b54..3561958 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -89,7 +89,7 @@ dependencies { implementation "com.facebook.react:react-native" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - def fallbackKlippaVersion = "0.6.4" + def fallbackKlippaVersion = "0.6.5" def klippaIdentityVerificationVersion = project.hasProperty('klippaIdentityVerificationVersion') ? project.klippaIdentityVerificationVersion : fallbackKlippaVersion implementation "com.klippa:identity_verification:$klippaIdentityVerificationVersion" } diff --git a/ios/.sdk_version b/ios/.sdk_version index b35b9dd..89235c0 100644 --- a/ios/.sdk_version +++ b/ios/.sdk_version @@ -1 +1 @@ -0.5.8 \ No newline at end of file +0.5.9 \ No newline at end of file diff --git a/package.json b/package.json index 562a259..e0b32a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@klippa/react-native-klippa-identity-verification-sdk", "title": "React Native Klippa Identity Verification SDK", - "version": "0.0.5", + "version": "0.0.6", "description": "A React Native plugin to use the Klippa Identity Verification SDK", "homepage": "https://github.com/klippa-app/react-native-klippa-identity-verification-sdk", "main": "lib/commonjs/index",