We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca943b5 commit 82304faCopy full SHA for 82304fa
ios/Sources/CapgoCameraPreviewPlugin/Plugin.swift
@@ -34,7 +34,7 @@ extension UIWindow {
34
*/
35
@objc(CameraPreview)
36
public class CameraPreview: CAPPlugin, CAPBridgedPlugin, CLLocationManagerDelegate {
37
- private let pluginVersion: String = "7.26.2"
+ private let pluginVersion: String = "7.26.3"
38
public let identifier = "CameraPreviewPlugin"
39
public let jsName = "CameraPreview"
40
public let pluginMethods: [CAPPluginMethod] = [
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@capgo/camera-preview",
3
- "version": "7.26.2",
+ "version": "7.26.3",
4
"description": "Camera preview",
5
"license": "MPL-2.0",
6
"repository": {
0 commit comments