Skip to content

Commit

Permalink
Updated manifest for release 2016.09
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Sep 8, 2016
1 parent 030ba77 commit ea61a9b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"version": 1,
"subversion": 1,
"release": "2016.09-rc2",
"release": "2016.09",
"files": {
"cf2-2016.09-rc2.bin": {
"cf2-2016.09.bin": {
"platform": "cf2",
"target": "stm32",
"type": "fw",
"release": "2016.09-rc2",
"release": "2016.09",
"repository": "crazyflie-firmware"
},
"cf2_nrf-2016.09-rc1.bin": {
"cf2_nrf-2016.09.bin": {
"platform": "cf2",
"target": "nrf51",
"type": "fw",
"release": "2016.09-rc1",
"release": "2016.09",
"repository": "crazyflie2-nrf-firmware"
},
"cf1-2016.09-rc2.bin": {
"cf1-2016.09.bin": {
"platform": "cf1",
"target": "stm32",
"type": "fw",
"release": "2016.09-rc2",
"release": "2016.09",
"repository": "crazyflie-firmware"
}
}
Expand Down

0 comments on commit ea61a9b

Please sign in to comment.