Skip to content

Commit

Permalink
nodev5
Browse files Browse the repository at this point in the history
  • Loading branch information
firepick1 committed Jan 22, 2016
1 parent 45afb58 commit 029b42d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
firenodejs
----------

0.12.1
------
* NEW: Upgraded to node v5.5.0

0.12.0
------
* FIX: aspect ratio of displayed image now matches camera image
Expand Down
2 changes: 1 addition & 1 deletion js/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var options = {
version: {
major: 0,
minor: 12,
patch: 0,
patch: 1,
},
};
console.log("START\t: firenodejs version:" + JSON.stringify(options.version));
Expand Down

0 comments on commit 029b42d

Please sign in to comment.