Skip to content

Commit 4a6f83f

Browse files
committed
bump version
1 parent bcc45b1 commit 4a6f83f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Run sequences of shell commands against local and remote hosts.
77

8-
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).
8+
Flightplan is a [node.js](http://nodejs.org) library for streamlining application deployment or systems administration tasks.
99

1010
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).
1111

@@ -680,4 +680,4 @@ transport.debug('Copying files to remote hosts');
680680
[build-status-image]: https://img.shields.io/travis/pstadler/flightplan/master.svg?style=flat-square
681681

682682
[coverage-url]: https://coveralls.io/github/pstadler/flightplan?branch=master
683-
[coverage-image]: https://img.shields.io/coveralls/pstadler/flightplan/master.svg?style=flat-square
683+
[coverage-image]: https://img.shields.io/coveralls/pstadler/flightplan/master.svg?style=flat-square

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flightplan",
33
"description": "Library for streamlining application deployment or systems administration tasks",
4-
"version": "0.6.9",
4+
"version": "0.6.10",
55
"author": "Patrick Stadler <patrick.stadler@gmail.com>",
66
"keywords": [
77
"deploy",

0 commit comments

Comments
 (0)