From 7246950a6a36454ed1d7830166284f202dc14ad2 Mon Sep 17 00:00:00 2001 From: Nghia Tran Date: Tue, 3 Dec 2024 14:46:35 +0700 Subject: [PATCH] Bump 1.26.0 --- Sources/Atlantis.swift | 2 +- atlantis-proxyman.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Atlantis.swift b/Sources/Atlantis.swift index 3549816..7a22c38 100644 --- a/Sources/Atlantis.swift +++ b/Sources/Atlantis.swift @@ -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.25.2" + public static let buildVersion: String = "1.26.0" /// Start Swizzle all network functions and monitoring the traffic /// It also starts looking Bonjour network from Proxyman app. diff --git a/atlantis-proxyman.podspec b/atlantis-proxyman.podspec index bbc0c2f..3cf4961 100644 --- a/atlantis-proxyman.podspec +++ b/atlantis-proxyman.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "atlantis-proxyman" - spec.version = "1.25.2" + spec.version = "1.26.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.