Skip to content

Commit fa3208b

Browse files
committed
release: 1.2.0
1 parent 5f424ae commit fa3208b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DevCycle-iOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@
531531
"@executable_path/Frameworks",
532532
"@loader_path/Frameworks",
533533
);
534-
MARKETING_VERSION = 1.1.0;
534+
MARKETING_VERSION = 1.2.0;
535535
PRODUCT_BUNDLE_IDENTIFIER = com.devcycle.DevCycle;
536536
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
537537
SKIP_INSTALL = YES;
@@ -561,7 +561,7 @@
561561
"@executable_path/Frameworks",
562562
"@loader_path/Frameworks",
563563
);
564-
MARKETING_VERSION = 1.1.0;
564+
MARKETING_VERSION = 1.2.0;
565565
PRODUCT_BUNDLE_IDENTIFIER = com.devcycle.DevCycle;
566566
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
567567
SKIP_INSTALL = YES;

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.1.0"
3+
spec.version = "1.2.0"
44
spec.summary = "The iOS SDK for Devcycle!"
55

66
spec.description = <<-DESC

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 = "client"
22-
var sdkVersion = "1.1.0"
22+
var sdkVersion = "1.2.0"
2323
}

0 commit comments

Comments
 (0)