Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Elaz committed Oct 3, 2018
1 parent 6e87d52 commit f0013f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KinEcosystem.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KinEcosystem'
s.version = '0.5.1'
s.version = '0.5.2'
s.summary = 'Kin Ecosystem mobile sdk for iOS'
s.description = <<-DESC
Kin ecosystem mobile sdk for iOS
Expand Down
2 changes: 1 addition & 1 deletion KinEcosystem/Core/Kin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Foundation
import KinCoreSDK
import StellarErrors

let SDKVersion = "0.5.1"
let SDKVersion = "0.5.2"

public typealias KinCallback = (String?, Error?) -> ()
public typealias OrderConfirmationCallback = (ExternalOrderStatus?, Error?) -> ()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Next version of the SDK and API will also suport native earn and P2P transaction
## Installation
The fastest way to get started with the sdk is with cocoapods (>= 1.4.0).
```
pod 'KinEcosystem', '0.5.1'
pod 'KinEcosystem', '0.5.2'
```
> Notice for apps using swift 3.2: the pod installation will change your project's swift version target to 4.0</br>
> This is because the sdk uses swift 4.0, and cocoapods force the pod's swift version on the project. For now, you can manually change your project's swift version in the build setting. A better solution will be available soon.
Expand Down

0 comments on commit f0013f4

Please sign in to comment.