File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
android/src/main/java/ee/forgr/plugin/capacitor_flash
ios/Sources/CapacitorFlashPlugin Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515@ CapacitorPlugin (name = "CapacitorFlash" )
1616public class CapacitorFlashPlugin extends Plugin {
1717
18- private final String pluginVersion = "8.0.4 " ;
18+ private final String pluginVersion = "8.0.5 " ;
1919
2020 private String cameraId ;
2121 boolean isFlashStateOn = false ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import Capacitor
77 */
88@objc ( CapacitorFlashPlugin)
99public class CapacitorFlashPlugin : CAPPlugin , CAPBridgedPlugin {
10- private let pluginVersion : String = " 8.0.4 "
10+ private let pluginVersion : String = " 8.0.5 "
1111 public let identifier = " CapacitorFlashPlugin "
1212 public let jsName = " CapacitorFlash "
1313 public let pluginMethods : [ CAPPluginMethod ] = [
Original file line number Diff line number Diff line change 11{
22 "name" : " @capgo/capacitor-flash" ,
3- "version" : " 8.0.4 " ,
3+ "version" : " 8.0.5 " ,
44 "description" : " Switch the Flashlight / Torch of your device." ,
55 "main" : " dist/plugin.cjs.js" ,
66 "module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments