diff --git a/index.js b/index.js index 0b87dad..21dde40 100644 --- a/index.js +++ b/index.js @@ -19,7 +19,7 @@ var RS_CONNECTED = 2; // initialise signaller metadata so we don't have to include the package.json // TODO: make this checkable with some kind of prepublish script var metadata = { - version: '6.1.0' + version: '6.2.0' }; /** diff --git a/package.json b/package.json index e2d088b..0debd34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rtc-signaller", - "version": "6.1.0", + "version": "6.2.0", "description": "rtc.io transportless signalling for WebRTC", "directories": { "test": "test" @@ -49,4 +49,4 @@ "bugs": { "url": "https://github.com/rtc-io/rtc-signaller/issues" } -} +} \ No newline at end of file