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

Commit 8b038ad

Browse files
committed
Bump to 0.1.5
1 parent bf2bf36 commit 8b038ad

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

Source/BaseClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ let REALLY_LONG_TIME: Double = 252_460_800
4242
port: Int? = nil,
4343
insecure: Bool = false,
4444
clientName: String = "pusher-platform-swift",
45-
clientVersion: String = "0.1.4",
45+
clientVersion: String = "0.1.5",
4646
retryStrategyBuilder: @escaping (PPRequestOptions) -> PPRetryStrategy = BaseClient.methodAwareRetryStrageyGenerator,
4747
heartbeatTimeoutInterval: Int = 60,
4848
heartbeatInitialSize: Int = 512

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

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

0 commit comments

Comments
 (0)