diff --git a/README.md b/README.md index 088bb4c..49e2713 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Run sequences of shell commands against local and remote hosts. -Flightplan is a [node.js](http://nodejs.org) library for streamlining application deployment or systems administration tasks, similar to Python's [Fabric](http://fabfile.org). +Flightplan is a [node.js](http://nodejs.org) library for streamlining application deployment or systems administration tasks. A complete list of changes can be found in the [Changelog](https://github.com/pstadler/flightplan/releases). Support is available on [Gitter](https://gitter.im/pstadler/flightplan). @@ -680,4 +680,4 @@ transport.debug('Copying files to remote hosts'); [build-status-image]: https://img.shields.io/travis/pstadler/flightplan/master.svg?style=flat-square [coverage-url]: https://coveralls.io/github/pstadler/flightplan?branch=master -[coverage-image]: https://img.shields.io/coveralls/pstadler/flightplan/master.svg?style=flat-square \ No newline at end of file +[coverage-image]: https://img.shields.io/coveralls/pstadler/flightplan/master.svg?style=flat-square diff --git a/package.json b/package.json index 48d0195..8e4928d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flightplan", "description": "Library for streamlining application deployment or systems administration tasks", - "version": "0.6.9", + "version": "0.6.10", "author": "Patrick Stadler ", "keywords": [ "deploy",