@@ -1,5 +1,8 @@
# PeerJS Changelog
+## Version 0.3.5 beta (26 Nov 2013)
+* Fix bug where chunks were being emitted.
+
## Version 0.3.4 beta (11 Nov 2013)
* Fix file transfer issue in Chrome by chunking for data over 120KB.
* Use binary data when possible.
@@ -1,4 +1,4 @@
-/*! peerjs.js build:0.3.4, development. Copyright(c) 2013 Michelle Bu <michelle@michellebu.com> */
+/*! peerjs.js build:0.3.5, development. Copyright(c) 2013 Michelle Bu <michelle@michellebu.com> */
(function(exports){
var binaryFeatures = {};
binaryFeatures.useBlobBuilder = (function(){
@@ -1,6 +1,6 @@
{
"name": "peerjs",
- "version": "0.3.4",
+ "version": "0.3.5",
"description": "PeerJS client",
"repository": {
"type": "git",