Skip to content

Commit

Permalink
[Release] Version 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Tunius committed Aug 27, 2018
1 parent 39e1c81 commit dfba4fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Master
------

v3.5.2
------

* Fixed crash when overriding certain properties [#216](https://github.com/Skyscanner/SkyFloatingLabelTextField/pull/216). Thanks to [alextov](https://github.com/alextov).
* Expose `errorMessage` to Objective-C and Storyboard [#218](https://github.com/Skyscanner/SkyFloatingLabelTextField/pull/218). Thanks to [niveuseverto](https://github.com/niveuseverto).

Expand Down
2 changes: 1 addition & 1 deletion SkyFloatingLabelTextField.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SkyFloatingLabelTextField"
s.version = "3.5.1"
s.version = "3.5.2"
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" }
Expand Down

0 comments on commit dfba4fc

Please sign in to comment.