Skip to content
This repository was archived by the owner on Oct 28, 2020. It is now read-only.

Commit b94b04c

Browse files
committed
Bump to 0.1.6
1 parent 0798d34 commit b94b04c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

PusherPlatform.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 = 'PusherPlatform'
3-
s.version = '0.1.5'
3+
s.version = '0.1.6'
44
s.summary = 'Pusher Platform SDK in Swift'
55
s.homepage = 'https://github.com/pusher/pusher-platform-swift'
66
s.license = 'MIT'

Source/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>0.1.5</string>
18+
<string>0.1.6</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Source/PPBaseClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let REALLY_LONG_TIME: Double = 252_460_800
4444
port: Int? = nil,
4545
insecure: Bool = false,
4646
clientName: String = "pusher-platform-swift",
47-
clientVersion: String = "0.1.5",
47+
clientVersion: String = "0.1.6",
4848
retryStrategyBuilder: @escaping (PPRequestOptions) -> PPRetryStrategy = PPBaseClient.methodAwareRetryStrageyGenerator,
4949
heartbeatTimeoutInterval: Int = 60,
5050
heartbeatInitialSize: Int = 0

Tests/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>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.5</string>
18+
<string>0.1.6</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)