Skip to content

Commit

Permalink
Merge branch 'release/v2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed May 3, 2017
2 parents 464f75a + 936a6fa commit 084857f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-siliconlabsefm32.git"
},
"version": "2.0.0",
"version": "2.0.1",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download",
Expand All @@ -33,6 +33,11 @@
"type": "framework",
"optional": true,
"version": "~3.137.0"
},
"tool-openocd": {
"type": "debug",
"optional": true,
"version": "~1.1000.0"
}
}
}

0 comments on commit 084857f

Please sign in to comment.