Skip to content

Commit 72af78a

Browse files
Release 1.20.0
1 parent 4d5567b commit 72af78a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DevCycle.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "DevCycle"
3-
spec.version = "1.19.0"
3+
spec.version = "1.20.0"
44
spec.summary = "The iOS SDK for Devcycle!"
55

66
spec.description = <<-DESC

DevCycle.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@
640640
"@loader_path/Frameworks",
641641
);
642642
MACOSX_DEPLOYMENT_TARGET = 10.13;
643-
MARKETING_VERSION = 1.19.0;
643+
MARKETING_VERSION = 1.20.0;
644644
PRODUCT_BUNDLE_IDENTIFIER = "com.devcycle.Devcycle-SDK";
645645
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
646646
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -679,7 +679,7 @@
679679
"@loader_path/Frameworks",
680680
);
681681
MACOSX_DEPLOYMENT_TARGET = 10.13;
682-
MARKETING_VERSION = 1.19.0;
682+
MARKETING_VERSION = 1.20.0;
683683
PRODUCT_BUNDLE_IDENTIFIER = "com.devcycle.Devcycle-SDK";
684684
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
685685
PROVISIONING_PROFILE_SPECIFIER = "";

DevCycle/Models/PlatformDetails.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ struct PlatformDetails {
3131
#endif
3232

3333
var sdkType = "mobile"
34-
var sdkVersion = "1.19.0"
34+
var sdkVersion = "1.20.0"
3535
}
3636

3737
#if os(macOS)

0 commit comments

Comments
 (0)