diff --git a/README.md b/README.md index 5fcafac..c0af1ed 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ mocha test/all.js ### History ``` -v1.0 - 2016-06-08 +v1.0.0 - 2016-06-08 - Address #7 and #8 (regex w/ global flag reset, arguments in strict-mode) v1.0-beta.8 - 2015-03-19 diff --git a/package.json b/package.json index 0218852..4ab16ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name":"stateful-process-command-proxy", - "version":"1.0", + "version":"1.0.0", "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", "main":"statefulProcessCommandProxy.js", "directories":{