Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmukler committed Dec 10, 2013
1 parent 1fb4e28 commit 07d799b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
This file is a manually maintained list of changes for each release. Feel free
to send corrections if you spot any mistakes.

## v0.3.1 (2013-12-10)

* Fix for TCPVideoStream video reconnect

## v0.3.0 (2013-10-22)

* Added callback for `Client.config`
* Upped default timeout of UdpControls
* Fixed global var leak

## v0.2.0 (2013-08-28)

* Added client.ftrim() command to reset drone horizontal reference
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
"name": "ar-drone",
"description": "A node.js client for controlling Parrot AR Drone 2.0 quad-copters.",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/felixge/node-ar-drone",
"repository": {
"type": "git",
Expand Down

0 comments on commit 07d799b

Please sign in to comment.