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 c706d9b commit 54e0ddfCopy full SHA for 54e0ddf
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 = "8.0.3"
+ private let pluginVersion: String = "8.0.4"
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": "8.0.3",
+ "version": "8.0.4",
4
"description": "Camera preview",
5
"license": "MPL-2.0",
6
"repository": {
0 commit comments