diff --git a/haxelib.json b/haxelib.json index 63dae30..98f7429 100644 --- a/haxelib.json +++ b/haxelib.json @@ -1,13 +1,14 @@ { "name" : "haxe-ws", "description" : "WebSockets everywhere! Including javascript, flash and sys targets.", - "version" : "0.1.0", - "releasenote": "Handshake header adjustments + forward missing debug parameter + handle js.html.Blob message and pass it to onmessageBytes()", + "version" : "0.1.1", + "releasenote": "Several fixes. View repository/changelog for details.", "url" : "https://github.com/soywiz/haxe-ws", "classPath" : "src", "license" : "Public", "tags" : ["websockets","ws","wss","js","cpp","swf","neko","php","python","java","c#","ssl","openssl"], "contributors": ["soywiz"], + "github-contributors": ["soywiz","romamik","psmtec-dklein","RealyUniqueName"], "dependencies": { } } \ No newline at end of file