Skip to content

Commit ace07b5

Browse files
committed
feat: update flex version to 1.0
1 parent b1f78d6 commit ace07b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dependencies {
9696
implementation "com.facebook.react:react-native:+"
9797
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
9898

99-
implementation "id.passage.android:passageflex:0.2.0"
99+
implementation "id.passage.android:passageflex:1.0.0"
100100

101101
}
102102

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@passageidentity/passage-flex-react-native",
3-
"version": "0.1.2",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"author": "Passage Identity, Inc <[email protected]> (https://github.com/passageidentity)",
66
"description": "Passkey Flex for React Native - Add native passkey authentication to your own React Native authentication flows with Passage by 1Password",

passage-flex-react-native.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.source_files = "ios/**/*.{h,m,mm,swift}"
1818

1919
s.ios.deployment_target = '15.0'
20-
s.dependency 'PassageFlex', '0.2.0'
20+
s.dependency 'PassageFlex', '1.0.0'
2121

2222
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
2323
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.

0 commit comments

Comments
 (0)