Skip to content

Commit f394a7b

Browse files
Chantal Chungchantalchung
authored andcommitted
chore(release): 1.6.0
1 parent 5e881fa commit f394a7b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.5.1;
622+
MARKETING_VERSION = 1.6.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.5.1;
652+
MARKETING_VERSION = 1.6.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.5.1"
3+
spec.version = "1.6.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.5.1"
22+
var sdkVersion = "1.6.0"
2323
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To use the library with Swift Package Manager, include it as a dependency in you
4343
```
4444
...
4545
dependencies: [
46-
.package(url: "https://github.com/DevCycleHQ/ios-client-sdk.git", .upToNextMinor("1.3.5")),
46+
.package(url: "https://github.com/DevCycleHQ/ios-client-sdk.git", .upToNextMinor("1.6.0")),
4747
],
4848
targets: [
4949
.target(

0 commit comments

Comments
 (0)