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 333657b commit 11917f7Copy full SHA for 11917f7
2 files changed
ios/Sources/NativeMarketPlugin/NativeMarketPlugin.swift
@@ -25,7 +25,7 @@ struct APIResult: Codable {
25
*/
26
@objc(NativeMarket)
27
public class NativeMarket: CAPPlugin, CAPBridgedPlugin {
28
- private let pluginVersion: String = "8.0.23"
+ private let pluginVersion: String = "8.0.24"
29
public let identifier = "NativeMarketPlugin"
30
public let jsName = "NativeMarket"
31
public let pluginMethods: [CAPPluginMethod] = [
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@capgo/native-market",
3
- "version": "8.0.23",
+ "version": "8.0.24",
4
"description": "A native market plugin for linking to google play or app store.",
5
"module": "dist/esm/index.js",
6
"main": "dist/plugin.cjs.js",
0 commit comments