File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 337337 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
338338 LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
339339 MACOSX_DEPLOYMENT_TARGET = 10.12;
340- MARKETING_VERSION = 1.3.0 ;
340+ MARKETING_VERSION = 1.4.1 ;
341341 OTHER_CFLAGS = "$(inherited)";
342342 OTHER_LDFLAGS = "$(inherited)";
343343 OTHER_SWIFT_FLAGS = "$(inherited)";
366366 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
367367 LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
368368 MACOSX_DEPLOYMENT_TARGET = 10.12;
369- MARKETING_VERSION = 1.3.0 ;
369+ MARKETING_VERSION = 1.4.1 ;
370370 OTHER_CFLAGS = "$(inherited)";
371371 OTHER_LDFLAGS = "$(inherited)";
372372 OTHER_SWIFT_FLAGS = "$(inherited)";
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public final class Atlantis: NSObject {
5454 /// Build version of Atlantis
5555 /// It's essential for Proxyman to known if it's compatible with this version
5656 /// Instead of receving the number from the info.plist, we should hardcode here because the info file doesn't exist in SPM
57- public static let buildVersion : String = " 1.4.0 "
57+ public static let buildVersion : String = " 1.4.1 "
5858
5959 /// Start Swizzle all network functions and monitoring the traffic
6060 /// It also starts looking Bonjour network from Proxyman app.
You can’t perform that action at this time.
0 commit comments