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 @@ -66,7 +66,7 @@ public final class Atlantis: NSObject {
6666 /// Build version of Atlantis
6767 /// It's essential for Proxyman to known if it's compatible with this version
6868 /// Instead of receving the number from the info.plist, we should hardcode here because the info file doesn't exist in SPM
69- public static let buildVersion : String = " 1.11.1 "
69+ public static let buildVersion : String = " 1.11.2 "
7070
7171 /// Start Swizzle all network functions and monitoring the traffic
7272 /// It also starts looking Bonjour network from Proxyman app.
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "atlantis-proxyman"
3- spec . version = "1.11.1 "
3+ spec . version = "1.11.2 "
44 spec . summary = "A little and powerful iOS framework for intercepting HTTP/HTTPS Traffic"
55 spec . description = <<-DESC
66 A little 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