Skip to content

Commit b4fb322

Browse files
author
Aaron McTavish
committed
Bump version to 1.1.0
1 parent e547303 commit b4fb322

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

FormValidatorSwift.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 = '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'

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

0 commit comments

Comments
 (0)