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

Commit cd1b646

Browse files
committed
prepare for release 1.3.0
1 parent 3e4a2a7 commit cd1b646

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.2.1'
11+
s.version = '1.3.0'
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.2.1</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

ReleaseNotes.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ OCast Release notes
22
============================
33
Version x.y.z, In progress
44
============================
5+
6+
============================
7+
Version 1.3.0, September 2018
8+
============================
9+
- add 32 bits architectures in fat framework
10+
- API minor changes with optional parameters
11+
- the settings delegates methods are now optional
12+
- add the date header on device description request
13+
- add a bluetooth error code
14+
515
============================
616
Version 1.2.1, July 2018
717
============================

0 commit comments

Comments
 (0)