Bump 1.24.0

This commit is contained in:
Nghia Tran
2024-02-02 15:31:15 +07:00
parent da95e951e8
commit 5145a7041e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,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.23.0"
public static let buildVersion: String = "1.24.0"
/// Start Swizzle all network functions and monitoring the traffic
/// It also starts looking Bonjour network from Proxyman app.
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "atlantis-proxyman"
spec.version = "1.23.0"
spec.version = "1.24.0"
spec.summary = "A lightweight and powerful iOS framework for intercepting HTTP/HTTPS Traffic"
spec.description = <<-DESC
A lightweight and powerful iOS framework for intercepting HTTP/HTTPS Traffic from your app. No more messing around with proxy, certificate config.