chore: Bump version

This commit is contained in:
Marc Rousavy 2023-07-31 11:31:55 +02:00
parent 86dd703c2b
commit 78a64abb8c
3 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ Pod::Spec.new do |s|
s.license = package["license"] s.license = package["license"]
s.authors = package["author"] s.authors = package["author"]
s.platforms = { :ios => "13.0" } s.platforms = { :ios => "11.4" }
s.source = { :git => "https://github.com/mrousavy/react-native-vision-camera.git", :tag => "#{s.version}" } s.source = { :git => "https://github.com/mrousavy/react-native-vision-camera.git", :tag => "#{s.version}" }
s.pod_target_xcconfig = { s.pod_target_xcconfig = {

View File

@ -486,7 +486,7 @@ PODS:
- RNVectorIcons (9.2.0): - RNVectorIcons (9.2.0):
- React-Core - React-Core
- SocketRocket (0.6.1) - SocketRocket (0.6.1)
- VisionCamera (3.0.0-rc.2): - VisionCamera (3.0.0-rc.3):
- React - React
- React-callinvoker - React-callinvoker
- React-Core - React-Core
@ -713,7 +713,7 @@ SPEC CHECKSUMS:
RNStaticSafeAreaInsets: 055ddbf5e476321720457cdaeec0ff2ba40ec1b8 RNStaticSafeAreaInsets: 055ddbf5e476321720457cdaeec0ff2ba40ec1b8
RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8 RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
VisionCamera: 29727c3ed48328b246e3a7448f7c14cc12d2fd11 VisionCamera: e7fd21ca5cdfe74e0d83c668d5e3c1eb5e7753e9
Yoga: 65286bb6a07edce5e4fe8c90774da977ae8fc009 Yoga: 65286bb6a07edce5e4fe8c90774da977ae8fc009
PODFILE CHECKSUM: ab9c06b18c63e741c04349c0fd630c6d3145081c PODFILE CHECKSUM: ab9c06b18c63e741c04349c0fd630c6d3145081c

View File

@ -1,6 +1,6 @@
{ {
"name": "react-native-vision-camera", "name": "react-native-vision-camera",
"version": "3.0.0-rc.2", "version": "3.0.0-rc.3",
"description": "The Camera library that sees the vision.", "description": "The Camera library that sees the vision.",
"main": "lib/commonjs/index", "main": "lib/commonjs/index",
"module": "lib/module/index", "module": "lib/module/index",