Skip to content

Commit cb3be1a

Browse files
everything ready for release v0.1.1
1 parent f4b2e6b commit cb3be1a

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

Arduino Sketch/main/BLE.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#define SOFTWARE_VERSION_MAJOR 0
2424
#define SOFTWARE_VERSION_MINOR 1
25-
#define SOFTWARE_VERSION_PATCH 0
25+
#define SOFTWARE_VERSION_PATCH 1
2626
#define HARDWARE_VERSION_MAJOR 1
2727
#define HARDWARE_VERSION_MINOR 3
2828

GithubRepo/v1.1.bin

-940 KB
Binary file not shown.

GithubRepo/v1.2.bin

0 Bytes
Binary file not shown.

GithubRepo/v1.3.bin

0 Bytes
Binary file not shown.

GithubRepo/version.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"firmware": [
3+
{
4+
"software": "v0.1.1",
5+
"hardware": [
6+
"v1.3",
7+
"v1.2"
8+
]
9+
},
310
{
411
"software": "v0.1.0",
512
"hardware": [

0 commit comments

Comments
 (0)