Skip to content

Commit c427710

Browse files
committed
1.0.0
1 parent b33fe08 commit c427710

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
@@ -53,7 +53,7 @@ mocha test/all.js
5353
### <a id="history"></a> History
5454

5555
```
56-
v1.0 - 2016-06-08
56+
v1.0.0 - 2016-06-08
5757
- Address #7 and #8 (regex w/ global flag reset, arguments in strict-mode)
5858
5959
v1.0-beta.8 - 2015-03-19

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"stateful-process-command-proxy",
3-
"version":"1.0",
3+
"version":"1.0.0",
44
"description":"Module for executing commands in shells (bash or powershell etc) against a pool of stateful child processes such as bash or powershell via stdout and stderr streams",
55
"main":"statefulProcessCommandProxy.js",
66
"directories":{

0 commit comments

Comments
 (0)