We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cdc22 commit e5f8e7bCopy full SHA for e5f8e7b
ios/Sources/NativeAudioPlugin/Plugin.swift
@@ -13,7 +13,7 @@ enum MyError: Error {
13
// swiftlint:disable type_body_length file_length
14
@objc(NativeAudio)
15
public class NativeAudio: CAPPlugin, AVAudioPlayerDelegate, CAPBridgedPlugin {
16
- private let pluginVersion: String = "8.0.1"
+ private let pluginVersion: String = "8.1.0"
17
public let identifier = "NativeAudio"
18
public let jsName = "NativeAudio"
19
public let pluginMethods: [CAPPluginMethod] = [
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@capgo/native-audio",
3
- "version": "8.0.1",
+ "version": "8.1.0",
4
"description": "A native plugin for native audio engine",
5
"license": "MPL-2.0",
6
"main": "dist/plugin.cjs.js",
0 commit comments