mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-05-20 20:20:35 +00:00
Bump 1.30.0
This commit is contained in:
@@ -79,7 +79,7 @@ public final class Atlantis: NSObject {
|
||||
/// Build version of Atlantis
|
||||
/// It's essential for Proxyman to known if it's compatible with this version
|
||||
/// Instead of receving the number from the info.plist, we should hardcode here because the info file doesn't exist in SPM
|
||||
public static let buildVersion: String = "1.29.2"
|
||||
public static let buildVersion: String = "1.30.0"
|
||||
|
||||
/// Start Swizzle all network functions and monitoring the traffic
|
||||
/// It also starts looking Bonjour network from Proxyman app.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = "atlantis-proxyman"
|
||||
spec.version = "1.29.2"
|
||||
spec.version = "1.30.0"
|
||||
spec.summary = "A iOS framework for intercepting HTTP/HTTPS Traffic without Proxy and Certificate config"
|
||||
spec.description = <<-DESC
|
||||
✅ A iOS framework (Developed and Maintained by Proxyman Team) for intercepting HTTP/HTTPS Traffic from your app. No more messing around with proxy, certificate config.
|
||||
|
||||
Reference in New Issue
Block a user