Skip to content

Commit 497a6c3

Browse files
Release 2.2.0
1 parent 45d2b34 commit 497a6c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
**Version: 2.1.0** ([*previous stable*](https://github.com/kimmobrunfeldt/concurrently/tree/2.0.0))
5+
**Version: 2.2.0** ([*previous stable*](https://github.com/kimmobrunfeldt/concurrently/tree/2.1.0))
66

77
Run multiple commands concurrently.
88
Like `npm run watch-js & npm run watch-less` but better.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "concurrently",
3-
"version": "2.1.0-dev",
3+
"version": "2.2.0",
44
"description": "Run commands concurrently",
55
"main": "src/main.js",
66
"bin": {

0 commit comments

Comments
 (0)