Updates version to 0.22-dev.

This commit is contained in:
Lars Jung 2012-08-06 19:28:56 +02:00
parent bdb8c3f099
commit b506405a2c
2 changed files with 6 additions and 1 deletions

View File

@ -43,6 +43,11 @@ Run `makejs -t` to list all possible targets.
## Changelog
### v0.22 - *2012-??-??*
*
### v0.21 - *2012-08-06*
* fixes misaligned image previews

View File

@ -6,7 +6,7 @@ var path = require('path'),
child_process = require('child_process');
var version = '0.21',
var version = '0.22-dev-1',
root = path.resolve(__dirname),
src = path.join(root, 'src'),