Skip to content

Commit 1b9ae6d

Browse files
Merge pull request #8 from electricimp/develop
Fix for 1.0.2
2 parents e45a54d + b5869fb commit 1b9ae6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bluetooth BlinkUp 1.0.1 #
1+
# Bluetooth BlinkUp 1.0.2 #
22

33
This example comprises Squirrel code for you to run on an imp-based test device — this requires impOS™ 38 or above — and an Xcode project which you can use to build an iOS app (written in Swift 4) that is capable of finding and configuring test devices running the Squirrel code.
44

Diff for: Squirrel/blinkup.agent.nut

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ------------------------------------------------------------------------------
22
// File: blinkup.agent.nut
33
//
4-
// Version: 1.0.1
4+
// Version: 1.0.2
55
//
66
//
77
// Copyright 2017-18 Electric Imp

Diff for: Squirrel/blinkup.device.nut

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ------------------------------------------------------------------------------
22
// File: blinkup.device.nut
33
//
4-
// Version: 1.0.1
4+
// Version: 1.0.2
55
//
66
// Copyright 2017-18 Electric Imp
77
//

0 commit comments

Comments
 (0)