Skip to content

Commit 29d68e6

Browse files
committed
chore(release): 1.4.0
1 parent c2e0ac3 commit 29d68e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DevCycle-iOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@
579579
"@executable_path/Frameworks",
580580
"@loader_path/Frameworks",
581581
);
582-
MARKETING_VERSION = 1.3.6;
582+
MARKETING_VERSION = 1.4.0;
583583
PRODUCT_BUNDLE_IDENTIFIER = com.devcycle.DevCycle;
584584
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
585585
SKIP_INSTALL = YES;
@@ -609,7 +609,7 @@
609609
"@executable_path/Frameworks",
610610
"@loader_path/Frameworks",
611611
);
612-
MARKETING_VERSION = 1.3.6;
612+
MARKETING_VERSION = 1.4.0;
613613
PRODUCT_BUNDLE_IDENTIFIER = com.devcycle.DevCycle;
614614
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
615615
SKIP_INSTALL = YES;

DevCycle/Models/PlatformDetails.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ struct PlatformDetails {
1919
#endif
2020

2121
var sdkType = "mobile"
22-
var sdkVersion = "1.3.6"
22+
var sdkVersion = "1.4.0"
2323
}

0 commit comments

Comments
 (0)