diff --git a/README.md b/README.md index b430109..3a6e1d5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Install the plugin via npm with `npm install --save ejs-brunch`. Or, do manual install: -* Add `"ejs-brunch": "~x.y.z"` to `package.json` of your brunch app. +* Add `"ejs-brunch": "~1.0.1"` to `package.json` of your brunch app. * If you want to use git version of plugin, use the GitHub URI `"ejs-brunch": "munshkr/ejs-brunch"`. diff --git a/package.json b/package.json index 707e34b..89b97b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ejs-brunch", - "version": "1.0.0", + "version": "1.0.1", "description": "Adds EJS compilation support to Brunch", "author": "Damián Silvani (@munshkr)", "homepage": "https://github.com/munshkr/ejs-brunch",