From 7dca5cfa834b9c411db34b5bdbb0309cc8cb9d4a Mon Sep 17 00:00:00 2001 From: Paul Cantrell Date: Wed, 29 Aug 2018 16:28:33 -0500 Subject: [PATCH] 1.4.1 --- Examples/GithubBrowser/Podfile.lock | 6 +++--- Siesta.podspec | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Examples/GithubBrowser/Podfile.lock b/Examples/GithubBrowser/Podfile.lock index ba565b74..db26a753 100644 --- a/Examples/GithubBrowser/Podfile.lock +++ b/Examples/GithubBrowser/Podfile.lock @@ -1,6 +1,6 @@ PODS: - - Siesta/Core (1.4.0) - - Siesta/UI (1.4.0): + - Siesta/Core (1.4.1) + - Siesta/UI (1.4.1): - Siesta/Core DEPENDENCIES: @@ -11,7 +11,7 @@ EXTERNAL SOURCES: :path: "../.." SPEC CHECKSUMS: - Siesta: 25cfcc0aebc514af30291e62ece8ea0379539c84 + Siesta: 02f67deae325f43760d39b7880a98a5f3b60c1de PODFILE CHECKSUM: ae415ad9ad375272eab63ab45853da2148a7aa21 diff --git a/Siesta.podspec b/Siesta.podspec index ee34c3d7..3af9e70c 100644 --- a/Siesta.podspec +++ b/Siesta.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Siesta" - s.version = "1.4.0" + s.version = "1.4.1" s.summary = "Swift REST client library" s.description = <<-DESC @@ -69,7 +69,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = "8.0" s.osx.deployment_target = "10.11" - s.source = { :git => "https://github.com/bustoutsolutions/siesta.git", :tag => "1.4.0" } + s.source = { :git => "https://github.com/bustoutsolutions/siesta.git", :tag => "1.4.1" } s.subspec "Core" do |s| s.source_files = "Source/Siesta/**/*"