Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit abbb13b

Browse files
authored
Release/v0.3.0 [Alpha] (#10)
* update version to 0.3.0 * add SAML tag to keywords * setup as alpha
1 parent 94cedbb commit abbb13b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- boost-for-react-native (1.63.0)
3-
- cryptr-cryptr-react-native (0.2.2):
3+
- cryptr-cryptr-react-native (0.3.0-alpha):
44
- React-Core
55
- DoubleConversion (1.1.6)
66
- FBLazyVector (0.63.5)
@@ -342,7 +342,7 @@ EXTERNAL SOURCES:
342342

343343
SPEC CHECKSUMS:
344344
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
345-
cryptr-cryptr-react-native: 00825d8236101e2cbd81c2d41466b97e33ca7d2f
345+
cryptr-cryptr-react-native: 59f40b03159774d2e76f2e6ed7963b7b912182e4
346346
DoubleConversion: cde416483dac037923206447da6e1454df403714
347347
FBLazyVector: 352a8ca9bbc8e2f097d680747a8c97ecef12d469
348348
FBReactNativeSpec: 7dfb84f624136a45727c813ed21d130cd3e61beb

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cryptr/cryptr-react-native",
3-
"version": "0.2.2",
3+
"version": "0.3.0-alpha",
44
"description": "React Native SDK for Cryptr Authentication",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -42,7 +42,8 @@
4242
"ios",
4343
"android",
4444
"authentication",
45-
"gateway"
45+
"gateway",
46+
"saml"
4647
],
4748
"repository": "https://github.com/cryptr-auth/cryptr-react-native.git",
4849
"author": "Cryptr <thibaud@cryptr.co> (https://www.cryptr.co)",

0 commit comments

Comments
 (0)