We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c468d1 commit 3f86458Copy full SHA for 3f86458
Sources/Classes/core/MiniApp.swift
@@ -3,7 +3,7 @@ import UIKit
3
4
/// Mini App Public API methods
5
public class MiniApp: NSObject {
6
- public static let version = "4.3.0"
+ public static let version = "5.0.0"
7
private static let shared = MiniApp()
8
private let realMiniApp = RealMiniApp()
9
public static var MAOrientationLock: UIInterfaceOrientationMask = []
0 commit comments