diff --git a/XpringKit.podspec b/XpringKit.podspec index b8468429..639b5a3f 100644 --- a/XpringKit.podspec +++ b/XpringKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "XpringKit" - spec.version = "1.0.5" + spec.version = "1.1.0" spec.summary = "XpringKit provides a Swift based SDK for interacting with Xpring Platform (XRP/ILP)" spec.description = " @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.homepage = "http://xpring.io" spec.license = "MIT" spec.author = { "Xpring Engineering" => "xpring@ripple.com" } - spec.source = { :git => "https://github.com/xpring-eng/XpringKit.git", :tag => "1.0.5" } + spec.source = { :git => "https://github.com/xpring-eng/XpringKit.git", :tag => "1.1.0" } spec.swift_versions = [4.2] spec.requires_arc = true