diff --git a/README.md b/README.md index 2d1c80a4..39575fcb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/makefile.js b/makefile.js index d10cc627..6e612864 100644 --- a/makefile.js +++ b/makefile.js @@ -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'),