Skip to content

Commit cc847b7

Browse files
author
Tony Brar
committed
Bump version
1 parent 37c6cb1 commit cc847b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

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

55
var ws = require('ws');

0 commit comments

Comments
 (0)