diff --git a/package.json b/package.json index da45911..518f693 100644 --- a/package.json +++ b/package.json @@ -1,24 +1,24 @@ { - "name": "asterisk-manager", - "author": "Philipp Dunkel ", - "maintainers": [ - { - "name": "Igor Escobar", - "email": "blog@igorescobar.com", - "web": "https://github.com/igorescobar" - } - ], - "version": "0.1.17", - "description": "A node.js module for interacting with the Asterisk Manager API.", - "keywords": [ - "asterisk", - "voip", - "ami", - "asterisk-manager" - ], - "main": "index.js", - "repository": { - "type": "git", - "url": "https://github.com/pipobscure/NodeJS-AsteriskManager.git" + "name": "asterisk-manager", + "author": "Philipp Dunkel ", + "maintainers": [ + { + "name": "Igor Escobar", + "email": "blog@igorescobar.com", + "web": "https://github.com/igorescobar" } + ], + "version": "0.2.0", + "description": "A node.js module for interacting with the Asterisk Manager API.", + "keywords": [ + "asterisk", + "voip", + "ami", + "asterisk-manager" + ], + "main": "index.js", + "repository": { + "type": "git", + "url": "https://github.com/pipobscure/NodeJS-AsteriskManager.git" + } }