Skip to content

Commit be46f4c

Browse files
chore(release): 7.9.2
1 parent 35806a7 commit be46f4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/Sources/NativeAudioPlugin/Plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ enum MyError: Error {
1313
// swiftlint:disable type_body_length file_length
1414
@objc(NativeAudio)
1515
public class NativeAudio: CAPPlugin, AVAudioPlayerDelegate, CAPBridgedPlugin {
16-
private let pluginVersion: String = "7.9.1"
16+
private let pluginVersion: String = "7.9.2"
1717
public let identifier = "NativeAudio"
1818
public let jsName = "NativeAudio"
1919
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/native-audio",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
44
"description": "A native plugin for native audio engine",
55
"license": "MIT",
66
"main": "dist/plugin.cjs.js",

0 commit comments

Comments
 (0)