Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 9466116

Browse files
committed
set 2.0.2 version
1 parent 3a93096 commit 9466116

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

OCast.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'OCast'
11-
s.version = '2.0.1'
11+
s.version = '2.0.2'
1212
s.summary = 'OCast SDK provides an implementation of OCast protocol.'
1313

1414
# This description is used to generate tags and improve search results.

Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- AppleReachability (5.0)
33
- CocoaAsyncSocket (7.6.3)
44
- DynamicCodable (1.0)
5-
- OCast (2.0.1):
5+
- OCast (2.0.2):
66
- CocoaAsyncSocket (~> 7.6.3)
77
- DynamicCodable (~> 1.0)
88
- Starscream (~> 3.1.0)
@@ -20,7 +20,7 @@ DEPENDENCIES:
2020
- SwiftLint
2121

2222
SPEC REPOS:
23-
https://github.com/cocoapods/specs.git:
23+
https://github.com/CocoaPods/Specs.git:
2424
- AppleReachability
2525
- CocoaAsyncSocket
2626
- DynamicCodable
@@ -36,7 +36,7 @@ SPEC CHECKSUMS:
3636
AppleReachability: 517ec01d04f74575708635a292136cd68f113d76
3737
CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987
3838
DynamicCodable: 2cf558d057b3e6540552943254e1c9eeb706dde2
39-
OCast: 2087d72a97ab19ecbbc3195028d554aba88be02f
39+
OCast: 16b56636cc7efb19ffd8ce9674e3e7a346b25650
4040
ReachabilitySwift: 4032e2f59586e11e3b0ebe15b167abdd587a388b
4141
Starscream: 08172b481e145289c4930cb567230fb55897cfa4
4242
SwiftLint: fed9c66336e41fc74dc48a73678380718f0c8b0e

ReleaseNotes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
OCast Release notes
22

3+
============================
4+
Version 2.0.2, December 2019
5+
============================
6+
- Add SendKeyEventCommandParams initializer
7+
38
============================
49
Version 2.0.1, September 2019
510
============================

0 commit comments

Comments
 (0)