Skip to content

Commit 65988cd

Browse files
committed
bump version
1 parent 7dd91e2 commit 65988cd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## 0.1.7
4+
Fixes bug with version 6.7 of BlackMagicDesign's ATEM protocol where the aux switching was not working anymore.
5+
6+
## 0.1.6
7+
Implementation of BlackMagicDesign's ATEM v6.1 protocol

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Atem
22

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

55
[![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)
66
![Licensed under MIT](https://img.shields.io/badge/License-MIT-blue.svg)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atem",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Implementation of BlackMagicDesign's ATEM communication protocol.",
55
"main": "index.js",
66
"dependencies": {},

0 commit comments

Comments
 (0)