Skip to content

Commit

Permalink
Merge pull request #7 from klippa-app/feature/update-dependencies
Browse files Browse the repository at this point in the history
bump dependencies.
  • Loading branch information
RobinFarmer authored Sep 20, 2023
2 parents 8d894c9 + fc598b0 commit 652a8ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.5

* Bump Android to 0.6.4
* Bump iOS to 0.5.8

## 0.0.4

* Bump Android to 0.6.2
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {
implementation "com.facebook.react:react-native"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

def fallbackKlippaVersion = "0.6.2"
def fallbackKlippaVersion = "0.6.4"
def klippaIdentityVerificationVersion = project.hasProperty('klippaIdentityVerificationVersion') ? project.klippaIdentityVerificationVersion : fallbackKlippaVersion
implementation "com.klippa:identity_verification:$klippaIdentityVerificationVersion"
}
Expand Down
2 changes: 1 addition & 1 deletion ios/.sdk_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.6
0.5.8
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@klippa/react-native-klippa-identity-verification-sdk",
"title": "React Native Klippa Identity Verification SDK",
"version": "0.0.4",
"version": "0.0.5",
"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",
Expand Down

0 comments on commit 652a8ea

Please sign in to comment.