Skip to content

Commit 8a0d3d2

Browse files
committed
chore(release): 1.3.0
1 parent 636e694 commit 8a0d3d2

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
@@ -555,7 +555,7 @@
555555
"@executable_path/Frameworks",
556556
"@loader_path/Frameworks",
557557
);
558-
MARKETING_VERSION = 1.2.1;
558+
MARKETING_VERSION = 1.3.0;
559559
PRODUCT_BUNDLE_IDENTIFIER = com.devcycle.DevCycle;
560560
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
561561
SKIP_INSTALL = YES;
@@ -585,7 +585,7 @@
585585
"@executable_path/Frameworks",
586586
"@loader_path/Frameworks",
587587
);
588-
MARKETING_VERSION = 1.2.1;
588+
MARKETING_VERSION = 1.3.0;
589589
PRODUCT_BUNDLE_IDENTIFIER = com.devcycle.DevCycle;
590590
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
591591
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.2.1"
3+
spec.version = "1.3.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.2.1"
22+
var sdkVersion = "1.3.0"
2323
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To use the library with Swift Package Manager, include it as a dependency in you
3838
```
3939
...
4040
dependencies: [
41-
.package(url: "https://github.com/DevCycleHQ/ios-client-sdk.git", .upToNextMinor("1.2.1")),
41+
.package(url: "https://github.com/DevCycleHQ/ios-client-sdk.git", .upToNextMinor("1.3.0")),
4242
],
4343
targets: [
4444
.target(

0 commit comments

Comments
 (0)