Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tapashmajumder committed Feb 9, 2019
1 parent 5dc1357 commit eb5af30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.6"
s.version = "6.1.0-beta1"
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.6"
s.version = "6.1.0-beta1"
s.summary = "Iterable's official SDK for iOS"

s.description = <<-DESC
Expand Down
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.6"
static let sdkVersion = "6.1.0-beta1"

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

0 comments on commit eb5af30

Please sign in to comment.