Skip to content

Commit 7ce91f7

Browse files
author
Desmond Smith
committed
Fix version number
Version number in Info.plist was not incremented in version 3.1.0
1 parent a2ed45c commit 7ce91f7

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
`Starscream` adheres to [Semantic Versioning](http://semver.org/).
44

5+
### [3.1.1](https://github.com/daltoniam/Starscream/tree/3.1.1)
6+
7+
Small version number fix for 3.1.0: [#703](https://github.com/daltoniam/Starscream/issues/703)
8+
59
### [3.1.0](https://github.com/daltoniam/Starscream/tree/3.1.0)
610

711
* Swift 5.0 and Xcode 10.2 support

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>3.0.5</string>
18+
<string>3.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Starscream.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 = "Starscream"
3-
s.version = "3.1.0"
3+
s.version = "3.1.1"
44
s.summary = "A conforming WebSocket RFC 6455 client library in Swift."
55
s.homepage = "https://github.com/daltoniam/Starscream"
66
s.license = 'Apache License, Version 2.0'

0 commit comments

Comments
 (0)