Skip to content

Commit 11917f7

Browse files
chore(release): 8.0.24
1 parent 333657b commit 11917f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ios/Sources/NativeMarketPlugin/NativeMarketPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ struct APIResult: Codable {
2525
*/
2626
@objc(NativeMarket)
2727
public class NativeMarket: CAPPlugin, CAPBridgedPlugin {
28-
private let pluginVersion: String = "8.0.23"
28+
private let pluginVersion: String = "8.0.24"
2929
public let identifier = "NativeMarketPlugin"
3030
public let jsName = "NativeMarket"
3131
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-market",
3-
"version": "8.0.23",
3+
"version": "8.0.24",
44
"description": "A native market plugin for linking to google play or app store.",
55
"module": "dist/esm/index.js",
66
"main": "dist/plugin.cjs.js",

0 commit comments

Comments
 (0)