Skip to content

Commit 3d51413

Browse files
committed
chore(release): 1.5.0
1 parent eab8ebc commit 3d51413

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
@@ -619,7 +619,7 @@
619619
"@executable_path/Frameworks",
620620
"@loader_path/Frameworks",
621621
);
622-
MARKETING_VERSION = 1.4.0;
622+
MARKETING_VERSION = 1.5.0;
623623
PRODUCT_BUNDLE_IDENTIFIER = com.devcycle.DevCycle;
624624
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
625625
SKIP_INSTALL = YES;
@@ -649,7 +649,7 @@
649649
"@executable_path/Frameworks",
650650
"@loader_path/Frameworks",
651651
);
652-
MARKETING_VERSION = 1.4.0;
652+
MARKETING_VERSION = 1.5.0;
653653
PRODUCT_BUNDLE_IDENTIFIER = com.devcycle.DevCycle;
654654
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
655655
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.4.0"
3+
spec.version = "1.5.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 = "mobile"
22-
var sdkVersion = "1.4.0"
22+
var sdkVersion = "1.5.0"
2323
}

0 commit comments

Comments
 (0)