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

Commit da02ef4

Browse files
committed
set 2.0.1 version
1 parent 96863ef commit da02ef4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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.0'
11+
s.version = '2.0.1'
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: 2 additions & 2 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.0):
5+
- OCast (2.0.1):
66
- CocoaAsyncSocket (~> 7.6.3)
77
- DynamicCodable (~> 1.0)
88
- Starscream (~> 3.1.0)
@@ -36,7 +36,7 @@ SPEC CHECKSUMS:
3636
AppleReachability: 517ec01d04f74575708635a292136cd68f113d76
3737
CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987
3838
DynamicCodable: 2cf558d057b3e6540552943254e1c9eeb706dde2
39-
OCast: f4dc6beddcf98f4ea6477f05e32c4fa7f462141f
39+
OCast: 2087d72a97ab19ecbbc3195028d554aba88be02f
4040
ReachabilitySwift: 4032e2f59586e11e3b0ebe15b167abdd587a388b
4141
Starscream: 08172b481e145289c4930cb567230fb55897cfa4
4242
SwiftLint: fed9c66336e41fc74dc48a73678380718f0c8b0e

ReleaseNotes.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
OCast Release notes
2+
3+
============================
4+
Version 2.0.1, September 2019
5+
============================
6+
- Bug fixes
7+
- Add discoveryIsRunning property
8+
29
============================
310
Version 2.0.0, July 2019
411
============================

0 commit comments

Comments
 (0)