From 8208b60f24a0e001ac0ece322c9bd0dae315f42a Mon Sep 17 00:00:00 2001 From: Reed Carson Date: Fri, 28 Sep 2018 12:13:46 -0400 Subject: [PATCH] Update MTGSDKSwift.podspec update podspec version --- MTGSDKSwift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTGSDKSwift.podspec b/MTGSDKSwift.podspec index ee869b4..b07a7c0 100644 --- a/MTGSDKSwift.podspec +++ b/MTGSDKSwift.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.name = 'MTGSDKSwift' - s.version = '1.0.0' + s.version = '1.0.1' s.summary = 'Magic: The Gathering SDK - Swift' s.description = <<-DESC A lightweight framework that makes interacting with the magicthegathering.io api quick, easy and safe.