Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron McTavish committed Dec 5, 2016
1 parent e547303 commit b4fb322
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
`FormValidatorSwift` adheres to [Semantic Versioning](http://semver.org/).

#### 1.x Releases
- `1.1.x` Releases - [1.1.0](#110)
- `1.0.x` Releases - [1.0.0](#100)

---

## Upcoming
## [1.1.0](https://github.com/ustwo/formvalidator-swift/releases/tag/v1.1.0)

#### Added
- Add postcode validation for Sweden and Turkey.
Expand Down
2 changes: 1 addition & 1 deletion FormValidatorSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FormValidatorSwift'
s.version = '1.0.0'
s.version = '1.1.0'
s.license = { :type => "MIT", :file => "License.md" }
s.summary = 'A framework to validate inputs of text fields and text views in a convenient way.'
s.homepage = 'https://github.com/ustwo/formvalidator-swift'
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit b4fb322

Please sign in to comment.