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

Commit

Permalink
release 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Elaz committed Jul 26, 2018
1 parent 9f0abe8 commit 4572cfb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.4.8'
s.version = '0.4.9'
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.4.8"
let SDKVersion = "0.4.9"

public typealias PurchaseCallback = (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.4.8'
pod 'KinEcosystem', '0.4.9'
```
> 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
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ platform :ios do
kinFile = "KinEcosystem/Core/Kin.swift"
readmeFile = "README.md"
ensure_git_branch(branch: 'master')
ensure_git_status_clean(show_uncommitted_changes: true)
#ensure_git_status_clean(show_uncommitted_changes: true)
current = version_get_podspec(path: podspecPath)
version = prompt(text: "Please enter a new pod version (current version is #{current}):")
UI.user_error!("Version specified is current. don't.") unless version != current
Expand Down

0 comments on commit 4572cfb

Please sign in to comment.