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

Commit 3e17392

Browse files
committed
Bump to 0.1.3
1 parent 96abb87 commit 3e17392

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.2'
3+
s.version = '0.1.3'
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
@@ -1,6 +1,6 @@
11
import Foundation
22

3-
let VERSION = "0.1.2"
3+
let VERSION = "0.1.3"
44
let CLIENT_NAME = "pusher-platform-swift"
55
let REALLY_LONG_TIME: Double = 252_460_800
66

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

0 commit comments

Comments
 (0)