Skip to content

Commit

Permalink
Bump to v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Dec 5, 2013
1 parent 1a5fbaa commit 997bbd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.

## Release History

- v0.4.9 – Revert v0.4.8 until [#30](https://github.com/ericclemmons/grunt-express-server/issues/30#issuecomment-29931192) is resolved
- v0.4.8 – Fix issue with start/restarting multiple instances ([#29](https://github.com/ericclemmons/grunt-express-server/pull/29))
- v0.4.7 – Remove broken `error` option ([#27](https://github.com/ericclemmons/grunt-express-server/issues/27))
- v0.4.6 – Store running servers on `process._servers[target]` ([#22](https://github.com/ericclemmons/grunt-express-server/issues/22))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-express-server",
"description": "Grunt task for running an Express Server that works great with LiveReload + Watch/Regarde",
"version": "0.4.8",
"version": "0.4.9",
"homepage": "https://github.com/ericclemmons/grunt-express-server",
"author": {
"name": "Eric Clemmons",
Expand Down

0 comments on commit 997bbd2

Please sign in to comment.