Skip to content

Commit af86bf1

Browse files
Release 0.0.5
1 parent 9c05ef6 commit af86bf1

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
@@ -1,6 +1,6 @@
11
# Concurrently
22

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

55
Run multiple commands concurrently.
66
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": "0.0.4-dev",
3+
"version": "0.0.5",
44
"description": "Run commands concurrently",
55
"main": "src/main.js",
66
"bin": {

0 commit comments

Comments
 (0)