diff --git a/README.md b/README.md index 46ec60d5..58dfbae2 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index bbcd8114..5427cf2f 100644 --- a/package.json +++ b/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": {