File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public final class Atlantis: NSObject {
77
77
/// Build version of Atlantis
78
78
/// It's essential for Proxyman to known if it's compatible with this version
79
79
/// Instead of receving the number from the info.plist, we should hardcode here because the info file doesn't exist in SPM
80
- public static let buildVersion : String = " 1.21.1 "
80
+ public static let buildVersion : String = " 1.22.0 "
81
81
82
82
/// Start Swizzle all network functions and monitoring the traffic
83
83
/// It also starts looking Bonjour network from Proxyman app.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = "atlantis-proxyman"
3
- spec . version = "1.21.1 "
3
+ spec . version = "1.22.0 "
4
4
spec . summary = "A lightweight and powerful iOS framework for intercepting HTTP/HTTPS Traffic"
5
5
spec . description = <<-DESC
6
6
A lightweight and powerful iOS framework for intercepting HTTP/HTTPS Traffic from your app. No more messing around with proxy, certificate config.
You can’t perform that action at this time.
0 commit comments