From 7703623d0ba85f957a6fc5b2b2c8837640252bc9 Mon Sep 17 00:00:00 2001 From: Keefer Taylor Date: Mon, 11 Nov 2019 14:33:53 -0500 Subject: [PATCH] cut 1.1.0 --- XpringKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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