Skip to content

Commit 6e1059f

Browse files
authored
Bump 1.27.0 (#163)
1 parent 4644c42 commit 6e1059f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/Atlantis.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public final class Atlantis: NSObject {
7979
/// Build version of Atlantis
8080
/// It's essential for Proxyman to known if it's compatible with this version
8181
/// Instead of receving the number from the info.plist, we should hardcode here because the info file doesn't exist in SPM
82-
public static let buildVersion: String = "1.26.0"
82+
public static let buildVersion: String = "1.27.0"
8383

8484
/// Start Swizzle all network functions and monitoring the traffic
8585
/// It also starts looking Bonjour network from Proxyman app.

atlantis-proxyman.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "atlantis-proxyman"
3-
spec.version = "1.26.0"
3+
spec.version = "1.27.0"
44
spec.summary = "A iOS framework for intercepting HTTP/HTTPS Traffic without Proxy and Certificate config"
55
spec.description = <<-DESC
66
✅ 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.

0 commit comments

Comments
 (0)