Skip to content

Commit

Permalink
Merge pull request #272 from bustoutsolutions/1.4.1
Browse files Browse the repository at this point in the history
Version 1.4.1
  • Loading branch information
pcantrell authored Aug 29, 2018
2 parents 2b4da29 + 7dca5cf commit ecf8cbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Examples/GithubBrowser/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -11,7 +11,7 @@ EXTERNAL SOURCES:
:path: "../.."

SPEC CHECKSUMS:
Siesta: 25cfcc0aebc514af30291e62ece8ea0379539c84
Siesta: 02f67deae325f43760d39b7880a98a5f3b60c1de

PODFILE CHECKSUM: ae415ad9ad375272eab63ab45853da2148a7aa21

Expand Down
4 changes: 2 additions & 2 deletions Siesta.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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/**/*"
Expand Down

0 comments on commit ecf8cbd

Please sign in to comment.