Skip to content

Commit

Permalink
Update release number
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelyorosz committed Mar 1, 2016
1 parent 564a0a4 commit 13c4784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.0.2
v1.0.3
----------
* Updated the description of the pod

Expand Down
4 changes: 2 additions & 2 deletions SkyFloatingLabelTextField.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "SkyFloatingLabelTextField"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "A beautiful, flexible and customizable textfield that minimizes space when displaying additional context."
s.homepage = "https://github.com/Skyscanner/SkyFloatingLabelTextField"
s.license = { :type => "Apache 2.0", :file => "LICENSE.md" }
s.authors = "Daniel Langh, Gergely Orosz, Raimon Lapuente"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/Skyscanner/SkyFloatingLabelTextField.git", :tag => "v1.0.2" }
s.source = { :git => "https://github.com/Skyscanner/SkyFloatingLabelTextField.git", :tag => "v1.0.3" }
s.source_files = 'SkyFloatingLabelTextField/SkyFloatingLabelTextField/*.swift'
end

0 comments on commit 13c4784

Please sign in to comment.