Skip to content

Commit

Permalink
Merge pull request #704 from dessmith/bugfix/plist-version-number-cor…
Browse files Browse the repository at this point in the history
…rection

Fix version number
  • Loading branch information
fassko authored Oct 14, 2019
2 parents a2ed45c + 7ce91f7 commit e6b65c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
`Starscream` adheres to [Semantic Versioning](http://semver.org/).

### [3.1.1](https://github.com/daltoniam/Starscream/tree/3.1.1)

Small version number fix for 3.1.0: [#703](https://github.com/daltoniam/Starscream/issues/703)

### [3.1.0](https://github.com/daltoniam/Starscream/tree/3.1.0)

* Swift 5.0 and Xcode 10.2 support
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>3.0.5</string>
<string>3.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Starscream.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Starscream"
s.version = "3.1.0"
s.version = "3.1.1"
s.summary = "A conforming WebSocket RFC 6455 client library in Swift."
s.homepage = "https://github.com/daltoniam/Starscream"
s.license = 'Apache License, Version 2.0'
Expand Down

0 comments on commit e6b65c6

Please sign in to comment.