Skip to content

Commit 6261d14

Browse files
committed
2 parents 32673ff + 1f4b0f5 commit 6261d14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/Sources/CapgoCameraPreviewPlugin/Plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extension UIWindow {
3434
*/
3535
@objc(CameraPreview)
3636
public class CameraPreview: CAPPlugin, CAPBridgedPlugin, CLLocationManagerDelegate {
37-
private let pluginVersion: String = "8.0.1"
37+
private let pluginVersion: String = "8.0.2"
3838
public let identifier = "CameraPreviewPlugin"
3939
public let jsName = "CameraPreview"
4040
public let pluginMethods: [CAPPluginMethod] = [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capgo/camera-preview",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"description": "Camera preview",
55
"license": "MPL-2.0",
66
"repository": {

0 commit comments

Comments
 (0)