From 30141b3aee18b5ea717d34d58561b4fca2a2cbe0 Mon Sep 17 00:00:00 2001 From: Nghia Tran Date: Sat, 16 Jul 2022 09:09:46 +0700 Subject: [PATCH] Bump 1.18.1 --- Atlantis.xcodeproj/project.pbxproj | 4 ++-- Sources/Atlantis.swift | 2 +- atlantis-proxyman.podspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Atlantis.xcodeproj/project.pbxproj b/Atlantis.xcodeproj/project.pbxproj index 04a3274..37366b8 100644 --- a/Atlantis.xcodeproj/project.pbxproj +++ b/Atlantis.xcodeproj/project.pbxproj @@ -247,7 +247,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 1.17.0; + MARKETING_VERSION = 1.18.1; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)"; @@ -278,7 +278,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 1.17.0; + MARKETING_VERSION = 1.18.1; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)"; diff --git a/Sources/Atlantis.swift b/Sources/Atlantis.swift index 30dfc5f..1475459 100644 --- a/Sources/Atlantis.swift +++ b/Sources/Atlantis.swift @@ -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.18.0" + public static let buildVersion: String = "1.18.1" /// 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 c505683..13981d5 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.18.0" + spec.version = "1.18.1" 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.