Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev1an committed Apr 3, 2016
1 parent 7dd91e2 commit 65988cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## 0.1.7
Fixes bug with version 6.7 of BlackMagicDesign's ATEM protocol where the aux switching was not working anymore.

## 0.1.6
Implementation of BlackMagicDesign's ATEM v6.1 protocol
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Atem

Implementation of BlackMagicDesign's ATEM communication protocol (version 6.1) in javascript (written for nodejs).
Implementation of BlackMagicDesign's ATEM communication protocol (version 6.7) in javascript (written for nodejs).

[![Join the chat at https://gitter.im/Dev1an/Atem](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Dev1an/Atem?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
![Licensed under MIT](https://img.shields.io/badge/License-MIT-blue.svg)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atem",
"version": "0.1.6",
"version": "0.1.7",
"description": "Implementation of BlackMagicDesign's ATEM communication protocol.",
"main": "index.js",
"dependencies": {},
Expand Down

0 comments on commit 65988cd

Please sign in to comment.