Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmobrunfeldt committed Jul 5, 2016
1 parent 45d2b34 commit 497a6c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/kimmobrunfeldt/concurrently.svg)](https://travis-ci.org/kimmobrunfeldt/concurrently)

**Version: 2.1.0** ([*previous stable*](https://github.com/kimmobrunfeldt/concurrently/tree/2.0.0))
**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": "2.1.0-dev",
"version": "2.2.0",
"description": "Run commands concurrently",
"main": "src/main.js",
"bin": {
Expand Down

0 comments on commit 497a6c3

Please sign in to comment.