updated docs to include 0.90 API

This commit is contained in:
Spencer Alger
2014-01-15 17:38:46 -07:00
parent c945418fec
commit 9f7c5bb968
2 changed files with 3 additions and 3 deletions

View File

@ -105,8 +105,8 @@ function generateBranch(branch, i, done) {
}
async.series([
async.apply(generateBranch, 'master', 0),
async.apply(generateBranch, '0.90', 1)
async.apply(generateBranch, '0.90', 1),
async.apply(generateBranch, 'master', 0)
], function (err) {
if (err) {
throw err;