diff --git a/README.md b/README.md index 1b7d438..dd1d1d8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # deployd-cli [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/deployd/deployd) -[![Current Version](https://img.shields.io/npm/v/dpd-cli.svg?style=flat-square)](https://www.npmjs.org/package/dpd-cli) +[![Current Version](https://img.shields.io/npm/v/deployd-cli.svg?style=flat-square)](https://www.npmjs.org/package/deployd-cli) [![Build Status](https://img.shields.io/travis/deployd/deployd-cli.svg?style=flat-square)](http://travis-ci.org/deployd/deployd-cli) > The [Deployd](http://www.deployd.com) Command Line Interface diff --git a/package.json b/package.json index 3c7c7cc..d612525 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { - "name": "dpd-cli", - "version": "0.0.2", + "name": "deployd-cli", + "version": "2.0.0", "license": "MIT", "description": "The deployd command line interface", "repository": { "url": "git://github.com/deployd/deployd-cli.git" }, "engines": { - "node": ">= 0.12.0" + "node": ">= 4" }, "dependencies": { "commander": "^2.2.0",