Skip to content

Commit 82304fa

Browse files
chore(release): 7.26.3
1 parent ca943b5 commit 82304fa

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

0 commit comments

Comments
 (0)