Skip to content

Commit 56d1fc9

Browse files
committed
Bump 1.8.0
1 parent 5016bd6 commit 56d1fc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Atlantis.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
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.5.0;
340+
MARKETING_VERSION = 1.8.0;
341341
OTHER_CFLAGS = "$(inherited)";
342342
OTHER_LDFLAGS = "$(inherited)";
343343
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -366,7 +366,7 @@
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.5.0;
369+
MARKETING_VERSION = 1.8.0;
370370
OTHER_CFLAGS = "$(inherited)";
371371
OTHER_LDFLAGS = "$(inherited)";
372372
OTHER_SWIFT_FLAGS = "$(inherited)";

Sources/Atlantis.swift

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

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

0 commit comments

Comments
 (0)