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 099e96a commit c53795bCopy full SHA for c53795b
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.0"
+ private let pluginVersion: String = "7.26.1"
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.0",
+ "version": "7.26.1",
4
"description": "Camera preview",
5
"license": "MPL-2.0",
6
"repository": {
0 commit comments