Skip to content

Commit e45a54d

Browse files
Merge pull request #6 from electricimp/develop
1.0.2
2 parents a5cc143 + ff5131a commit e45a54d

6 files changed

+8
-8
lines changed

Diff for: iOS/BluetoothBlinkUp/AgentWebViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99
// Copyright 2017-18 Electric Imp
1010
//
11-
// Version 1.0.1
11+
// Version 1.0.2
1212
//
1313
// SPDX-License-Identifier: MIT
1414
//

Diff for: iOS/BluetoothBlinkUp/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99
// Copyright 2017-18 Electric Imp
1010
//
11-
// Version 1.0.1
11+
// Version 1.0.2
1212
//
1313
// SPDX-License-Identifier: MIT
1414
//

Diff for: iOS/BluetoothBlinkUp/Device.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99
// Copyright 2017-18 Electric Imp
1010
//
11-
// Version 1.0.1
11+
// Version 1.0.2
1212
//
1313
// SPDX-License-Identifier: MIT
1414
//

Diff for: iOS/BluetoothBlinkUp/DeviceDetailViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99
// Copyright 2017-18 Electric Imp
1010
//
11-
// Version 1.0.1
11+
// Version 1.0.2
1212
//
1313
// SPDX-License-Identifier: MIT
1414
//

Diff for: iOS/BluetoothBlinkUp/DevicesTableViewController.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99
// Copyright 2017-18 Electric Imp
1010
//
11-
// Version 1.0.1
11+
// Version 1.0.2
1212
//
1313
// SPDX-License-Identifier: MIT
1414
//
@@ -693,7 +693,7 @@ class DevicesTableViewController: UITableViewController, CBCentralManagerDelegat
693693
func getRawkey() {
694694

695695
// Show an alert requesting the user's BlinkUp API Key - which will be stored in the keychain
696-
keyEntryController = UIAlertController.init(title: "Please Enter Your\nBlinkUp API Key\n(Optional)",
696+
keyEntryController = UIAlertController.init(title: "Please Enter Your\nBlinkUp API Key",
697697
message: "BlinkUp API Keys are available to\nElectric Imp customers only.\nLeave the field blank to remove your key from this app.",
698698
preferredStyle: UIAlertController.Style.alert)
699699

Diff for: iOS/BluetoothBlinkUp/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.1</string>
20+
<string>1.0.2</string>
2121
<key>CFBundleVersion</key>
22-
<string>25</string>
22+
<string>26</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>NSBluetoothPeripheralUsageDescription</key>

0 commit comments

Comments
 (0)