Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmobrunfeldt committed Sep 26, 2016
1 parent a9e76a0 commit dd79809
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -4,8 +4,6 @@

[![NPM Badge](https://nodei.co/npm/concurrently.png?downloads=true)](https://www.npmjs.com/package/concurrently)

**Version: 2.2.0** ([*previous stable*](https://github.com/kimmobrunfeldt/concurrently/tree/2.1.0))

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
@@ -1,6 +1,6 @@
{
"name": "concurrently",
"version": "3.0.0-rc1",
"version": "3.0.0",
"description": "Run commands concurrently",
"main": "src/main.js",
"bin": {
Expand Down

0 comments on commit dd79809

Please sign in to comment.