File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ios/Sources/NativeAudioPlugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ enum MyError: Error {
1313// swiftlint:disable type_body_length file_length
1414@objc ( NativeAudio)
1515public class NativeAudio : CAPPlugin , AVAudioPlayerDelegate , CAPBridgedPlugin {
16- private let pluginVersion : String = " 7.10.1 "
16+ private let pluginVersion : String = " 7.10.2 "
1717 public let identifier = " NativeAudio "
1818 public let jsName = " NativeAudio "
1919 public let pluginMethods : [ CAPPluginMethod ] = [
Original file line number Diff line number Diff line change 11{
22 "name" : " @capgo/native-audio" ,
3- "version" : " 7.10.1 " ,
3+ "version" : " 7.10.2 " ,
44 "description" : " A native plugin for native audio engine" ,
55 "license" : " MPL-2.0" ,
66 "main" : " dist/plugin.cjs.js" ,
You can’t perform that action at this time.
0 commit comments