Skip to content

Commit 54e0ddf

Browse files
chore(release): 8.0.4
1 parent c706d9b commit 54e0ddf

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.3"
37+
private let pluginVersion: String = "8.0.4"
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.3",
3+
"version": "8.0.4",
44
"description": "Camera preview",
55
"license": "MPL-2.0",
66
"repository": {

0 commit comments

Comments
 (0)