Skip to content

Commit c7b62de

Browse files
committed
Update package repositories
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 4422399 commit c7b62de

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

platform.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"version": "v0.1.0",
1616
"vendor": "SiWi Embedded Solutions Pvt. Ltd.",
1717
"packageRepositories": [
18-
"http://dl.platformio.org/packages/manifest.json"
18+
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
19+
"http://dl.platformio.org/packages/manifest.json",
20+
"https://raw.githubusercontent.com/siwiembedded/platformio-package/master/manifest.json"
1921
],
2022
"frameworks": {
2123
"siwisdk": {
@@ -30,7 +32,7 @@
3032
},
3133
"framework-siwisdk": {
3234
"type": "framework",
33-
"version": "~0.0.0"
35+
"version": "~0.1.0"
3436
},
3537
"tool-siwiflasher": {
3638
"type": "uploader",

0 commit comments

Comments
 (0)