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

Commit ea342e2

Browse files
committed
prepare for release 1.4.1
1 parent af0c519 commit ea342e2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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 = '1.4.0'
11+
s.version = '1.4.1'
1212
s.summary = 'OCast SDK provides an application with all necessary functions to cast any contents to an Orange stick.'
1313

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

OCast/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>1.4.0</string>
18+
<string>1.4.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

ReleaseNotes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ OCast Release notes
33
Version x.y.z, In progress
44
============================
55

6+
============================
7+
Version 1.4.1, October 2018
8+
============================
9+
- Fix bug when the connectedStatus event is not received
10+
611
============================
712
Version 1.4.0, September 2018
813
============================

0 commit comments

Comments
 (0)