Skip to content

Commit

Permalink
Release 1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
taplytics-robot committed Oct 4, 2024
1 parent bd216bc commit ca08da3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DevCycle.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "DevCycle"
spec.version = "1.17.2"
spec.version = "1.17.3"
spec.summary = "The iOS SDK for Devcycle!"

spec.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions DevCycle.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.17.2;
MARKETING_VERSION = 1.17.3;
PRODUCT_BUNDLE_IDENTIFIER = "com.devcycle.Devcycle-SDK";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -679,7 +679,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.17.2;
MARKETING_VERSION = 1.17.3;
PRODUCT_BUNDLE_IDENTIFIER = "com.devcycle.Devcycle-SDK";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion DevCycle/Models/PlatformDetails.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ struct PlatformDetails {
#endif

var sdkType = "mobile"
var sdkVersion = "1.17.2"
var sdkVersion = "1.17.3"
}

#if os(macOS)
Expand Down

0 comments on commit ca08da3

Please sign in to comment.