Skip to content

Commit c970d99

Browse files
committed
Fix build tests
1 parent 0aaa60c commit c970d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Development platform for Arm BLE devices supported by the NimBLE stack",
55
"homepage": "https://github.com/h2zero/platform-n-able",
66
"license": "Apache-2.0",
7+
"version": "1.1.0",
78
"keywords": [
89
"dev-platform",
910
"ARM",
@@ -20,7 +21,6 @@
2021
"type": "git",
2122
"url": "https://github.com/h2zero/platform-n-able.git"
2223
},
23-
"version": "1.1.0",
2424
"frameworks": {
2525
"arduino": {
2626
"package": "framework-n-able-arduino",
@@ -31,7 +31,7 @@
3131
"framework-n-able-arduino": {
3232
"type": "framework",
3333
"optional": false,
34-
"version": "https://github.com/h2zero/n-able-Arduino.git@0.2.0"
34+
"version": "https://github.com/h2zero/n-able-Arduino.git@0.3.0"
3535
},
3636
"toolchain-gccarmnoneeabi": {
3737
"type": "toolchain",

0 commit comments

Comments
 (0)