Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
Version number in Info.plist was not incremented in version 3.1.0
  • Loading branch information
Desmond Smith committed Oct 10, 2019
1 parent a2ed45c commit 7ce91f7
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 7ce91f7

Please sign in to comment.