From bd3487f70f865a6cbe8f2aa3ba522b9a560d9527 Mon Sep 17 00:00:00 2001 From: Ariel Gentile Date: Thu, 10 Oct 2024 13:28:33 -0300 Subject: [PATCH] chore: update internal version for example Signed-off-by: Ariel Gentile --- example/ios/Podfile.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 7aa5f85..100cb8f 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -887,7 +887,7 @@ PODS: - React-Mapbuffer (0.73.6): - glog - React-debug - - react-native-eid-reader (0.1.0): + - react-native-eid-reader (0.0.1): - glog - OpenSSL-Universal (= 1.1.1900) - RCT-Folly (= 2022.05.16.00) @@ -1255,7 +1255,7 @@ SPEC CHECKSUMS: React-jsinspector: 85583ef014ce53d731a98c66a0e24496f7a83066 React-logger: 3eb80a977f0d9669468ef641a5e1fabbc50a09ec React-Mapbuffer: 84ea43c6c6232049135b1550b8c60b2faac19fab - react-native-eid-reader: 97d84a6b3f728e040b560ab69d4e80a9e974e3ef + react-native-eid-reader: a64e40393e5096681be4f192f5d7b7a0f1586f1c React-nativeconfig: b4d4e9901d4cabb57be63053fd2aa6086eb3c85f React-NativeModulesApple: cd26e56d56350e123da0c1e3e4c76cb58a05e1ee React-perflogger: 5f49905de275bac07ac7ea7f575a70611fa988f2 diff --git a/package.json b/package.json index db07381..9abbde4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@2060.io/react-native-eid-reader", - "version": "0.0.0.alpha-0", + "version": "0.0.1", "description": "Reads passports and ID cards using its the device NFC.", "main": "lib/commonjs/index", "module": "lib/module/index",