diff --git a/Atlantis.xcodeproj/project.pbxproj b/Atlantis.xcodeproj/project.pbxproj index ab82908..9b13b14 100644 --- a/Atlantis.xcodeproj/project.pbxproj +++ b/Atlantis.xcodeproj/project.pbxproj @@ -337,7 +337,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; MACOSX_DEPLOYMENT_TARGET = 10.12; - MARKETING_VERSION = 1.5.0; + MARKETING_VERSION = 1.8.0; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)"; @@ -366,7 +366,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; MACOSX_DEPLOYMENT_TARGET = 10.12; - MARKETING_VERSION = 1.5.0; + MARKETING_VERSION = 1.8.0; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)"; diff --git a/Sources/Atlantis.swift b/Sources/Atlantis.swift index c568c9f..0d0bce7 100644 --- a/Sources/Atlantis.swift +++ b/Sources/Atlantis.swift @@ -63,7 +63,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.7.1" + public static let buildVersion: String = "1.8.0" /// Start Swizzle all network functions and monitoring the traffic /// It also starts looking Bonjour network from Proxyman app.