Skip to content

Commit

Permalink
Updated manifest for release 2016.02
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Feb 17, 2016
1 parent 2cac008 commit e485947
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
{
"version": 1,
"subversion": 1,
"release": "2015.08.1",
"release": "2016.02",
"files": {
"cf2-2015.08.1.bin": {
"cf2-2016.02.bin": {
"platform": "cf2",
"target": "stm32",
"type": "fw",
"release": "2015.08.1",
"release": "2016.02",
"repository": "crazyflie-firmware"
},
"cf2-nrf-2015.08.1.bin": {
"cf2_nrf-2016.02.bin": {
"platform": "cf2",
"target": "nrf51",
"type": "fw",
"release": "2015.08.1",
"release": "2016.02",
"repository": "crazyflie2-nrf-firmware"
},
"cf1-2016.02.bin": {
"platform": "cf1",
"target": "stm32",
"type": "fw",
"release": "2016.02",
"repository": "crazyflie-firmware"
}
}
}
}

0 comments on commit e485947

Please sign in to comment.