Skip to content

Commit

Permalink
Release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmobrunfeldt committed Feb 8, 2015
1 parent 9c05ef6 commit af86bf1
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
@@ -1,6 +1,6 @@
# Concurrently

**Version: 0.0.4** ([*previous stable*](https://github.com/kimmobrunfeldt/concurrently/tree/0.0.3))
**Version: 0.0.5** ([*previous stable*](https://github.com/kimmobrunfeldt/concurrently/tree/0.0.4))

Run multiple commands concurrently.
Like `npm run watch-js & npm run watch-less` but better.
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": "concurrently",
"version": "0.0.4-dev",
"version": "0.0.5",
"description": "Run commands concurrently",
"main": "src/main.js",
"bin": {
Expand Down

0 comments on commit af86bf1

Please sign in to comment.