Skip to content

Commit

Permalink
Revert 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed Feb 14, 2024
1 parent ed1a6e3 commit 025100f
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.15.0"
spec.version = "1.14.5"
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 @@ -633,7 +633,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.15.0;
MARKETING_VERSION = 1.14.5;
PRODUCT_BUNDLE_IDENTIFIER = "com.devcycle.Devcycle-SDK";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -672,7 +672,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.15.0;
MARKETING_VERSION = 1.14.5;
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.15.0"
var sdkVersion = "1.14.5"
}

#if os(macOS)
Expand Down

0 comments on commit 025100f

Please sign in to comment.