diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 3c53e44..b30f9fc 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1134,7 +1134,7 @@ PODS: - VisionCamera/React (4.0.5): - React-Core - VisionCamera/FrameProcessors - - VisionCameraPluginInatVision (4.1.0): + - VisionCameraPluginInatVision (4.1.1): - React-Core - Yoga (1.14.0) @@ -1412,7 +1412,7 @@ SPEC CHECKSUMS: RNFS: 4ac0f0ea233904cb798630b3c077808c06931688 SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 VisionCamera: 4c1d19f1ac09f2f42f758e306fcf642536627357 - VisionCameraPluginInatVision: ad0412249baa14ad9660e2c536f5370e6029deb2 + VisionCameraPluginInatVision: ddf079246f189a7a97fdb1298ce8be8d11f259a8 Yoga: 2a16e58450c48e110211dae1159fb114bbcdcfc0 PODFILE CHECKSUM: 27b296f60a5c8a0003e66a0a5215108c5f48e3ab diff --git a/package.json b/package.json index 8948fbd..28ba135 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vision-camera-plugin-inatvision", - "version": "4.1.0", + "version": "4.1.1", "description": "VisionCamera Frame Processor Plugin to label images using iNaturalist's Computer Vision", "main": "lib/commonjs/index", "module": "lib/module/index",