Skip to content

Commit da14f64

Browse files
author
Tony Brar
committed
Bump version
1 parent 9912beb commit da14f64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var PROTOCOL_VERSION = 13;
2-
var COMPATIBLE_VERSIONS = [11, 12];
2+
var COMPATIBLE_VERSIONS = [11,12];
33
var PORT = process.env.PORT || 5000;
44

55
var ws = require('ws');

0 commit comments

Comments
 (0)