diff --git a/README.md b/README.md index 0084f77..c96ba05 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,11 @@ If you are using `spm-build` to run the grunt task, you can also load these task ## Changelog +**April 23, 2013** `0.2.0` + +- Fix on commander options. +- Add `--include` option for build. + **April 23, 2013** `0.1.2` - Update dependencies. diff --git a/package.json b/package.json index ebfb422..fbc519b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "spm-build", "description": "build the standard cmd module", - "version": "0.1.2", + "version": "0.2.0", "homepage": "https://github.com/spmjs/spm-build", "repository": { "type": "git",