Skip to content

Commit ee2814b

Browse files
author
Hugo Tunius
committed
[Release] Version 3.0.0
1 parent ca6a35b commit ee2814b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Master(unreleased)
1+
v3.0.0
22
-----------------
33

44
### Breaking
55

6-
Change implementation of anmimation callbacks to include boolean completed flag.
6+
Change implementation of amimation callbacks to include boolean completed flag.
77

88
#### Before
99
```swift
@@ -16,7 +16,7 @@ textfield.setTitleVisible(false, animated: true) {
1616

1717
```swift
1818
textfield.setTitleVisible(false, animated: true) { completed in
19-
// Do callback actions using completed flag
19+
// Perform callback actions using completed flag
2020
}
2121
```
2222

SkyFloatingLabelTextField.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SkyFloatingLabelTextField"
3-
s.version = "2.0.1"
3+
s.version = "3.0.0"
44
s.summary = "A beautiful, flexible and customizable textfield that minimizes space when displaying additional context."
55
s.homepage = "https://github.com/Skyscanner/SkyFloatingLabelTextField"
66
s.license = { :type => "Apache 2.0", :file => "LICENSE.md" }

0 commit comments

Comments
 (0)