diff --git a/README.md b/README.md index 6c6b5a49..2d1c80a4 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Run `makejs -t` to list all possible targets. ## Changelog -### v0.21 - *2012-08-??* +### v0.21 - *2012-08-06* * fixes misaligned image previews * adds no JavaScript fallback to PHP version diff --git a/makefile.js b/makefile.js index 85a5c757..d10cc627 100644 --- a/makefile.js +++ b/makefile.js @@ -6,7 +6,7 @@ var path = require('path'), child_process = require('child_process'); -var version = '0.21-dev-46', +var version = '0.21', root = path.resolve(__dirname), src = path.join(root, 'src'),