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

Commit

Permalink
updated version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cnotethegr8 committed Jul 8, 2019
1 parent 2ad7480 commit 207611b
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 = '1.2.0'
s.version = '1.2.1'
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/KinEcosystem/Core/Kin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import StellarErrors
import KinUtil
import KinMigrationModule

let SDKVersion = "1.2.0"
let SDKVersion = "1.2.1"

public typealias KinUserStatsCallback = (UserStats?, Error?) -> ()
public typealias KinLoginCallback = (Error?) -> ()
Expand Down
2 changes: 1 addition & 1 deletion KinEcosystem/KinEcosystem/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.2.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPhotoLibraryUsageDescription</key>
Expand Down

0 comments on commit 207611b

Please sign in to comment.