File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
44` FormValidatorSwift ` adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
66#### 1.x Releases
7+ - ` 1.1.x ` Releases - [ 1.1.0] ( #110 )
78- ` 1.0.x ` Releases - [ 1.0.0] ( #100 )
89
910---
1011
11- ## Upcoming
12+ ## [ 1.1.0 ] ( https://github.com/ustwo/formvalidator-swift/releases/tag/v1.1.0 )
1213
1314#### Added
1415- Add postcode validation for Sweden and Turkey.
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'FormValidatorSwift'
3- s . version = '1.0 .0'
3+ s . version = '1.1 .0'
44 s . license = { :type => "MIT" , :file => "License.md" }
55 s . summary = 'A framework to validate inputs of text fields and text views in a convenient way.'
66 s . homepage = 'https://github.com/ustwo/formvalidator-swift'
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0 .0 </string >
18+ <string >1.1 .0 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments