Skip to content

Commit

Permalink
Update version to 6.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
tapashmajumder committed Jan 30, 2019
1 parent 42eddee commit c2f3582
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Iterable-iOS-AppExtensions.podspec
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.name = "Iterable-iOS-AppExtensions"
s.module_name = "IterableAppExtensions"
s.version = "6.0.4"
s.version = "6.0.5"
s.summary = "App Extensions for Iterable SDK"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Iterable-iOS-SDK.podspec
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.name = "Iterable-iOS-SDK"
s.module_name = "IterableSDK"
s.version = "6.0.4"
s.version = "6.0.5"
s.summary = "Iterable's official SDK for iOS"

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions Tests/swift-sdk-swift-tests/LocalStorageTests.swift
Expand Up @@ -105,7 +105,7 @@ class LocalStorageTests: XCTestCase {
let mockDateProvider = MockDateProvider()
var localStorage: LocalStorageProtocol = UserDefaultsLocalStorage(dateProvider: mockDateProvider)
let sdkVersion = "6.0.2"
localStorage.deviceId = sdkVersion
XCTAssertEqual(localStorage.deviceId, sdkVersion)
localStorage.sdkVersion = sdkVersion
XCTAssertEqual(localStorage.sdkVersion, sdkVersion)
}
}
2 changes: 1 addition & 1 deletion swift-sdk/IterableAPI.swift
Expand Up @@ -12,7 +12,7 @@ import Foundation
@objcMembers
public final class IterableAPI : NSObject {
// Current SDK Version.
static let sdkVersion = "6.0.2"
static let sdkVersion = "6.0.5"

// MARK: Initialization
/// You should call this method and not call the init method directly.
Expand Down

0 comments on commit c2f3582

Please sign in to comment.