Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
munshkr committed Aug 4, 2016
1 parent d05b8d7 commit b9a75e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b9a75e4

Please sign in to comment.