updated version

This commit is contained in:
jshkurti 2015-02-23 18:41:29 +01:00
parent 4a7ffd535f
commit a04db8a03b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# 1.0.0
# 0.12.6
- Plugin system (pm2 install module / pm2 uninstall module)
- Configuration system (pm2 set <key> <value> / pm2 unset <key>)

View File

@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": "true",
"version": "1.0.0",
"version": "0.12.6",
"engines": {
"node": ">=0.10"
},