Skip to content

Commit

Permalink
Merge pull request #8 from klippa-app/feature/bump-versions
Browse files Browse the repository at this point in the history
bump versions.
  • Loading branch information
RobinFarmer authored Sep 21, 2023
2 parents 652a8ea + ef46873 commit 9c46863
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.6

* Bump Android to 0.6.5
* Bump iOS to 0.5.9

## 0.0.5

* Bump Android to 0.6.4
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.4"
def fallbackKlippaVersion = "0.6.5"
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.8
0.5.9
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.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",
Expand Down

0 comments on commit 9c46863

Please sign in to comment.