diff --git a/changelog.md b/changelog.md index 5057727..f5176fa 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +NowJS Version 0.7.6 - 11/11/2011 +--------------------------- +Changes since 0.7.5: +* Fix to client side bug involving forceGetParentVarAtFqn +* Fix to issue involving redeclaration of synced functions +* Socket.io dependency at 0.8.5 + +NowJS Version 0.7.5 +------------------- + NowJS Version 0.7.4 - 8/04/2011 --------------------------- Changes since 0.7.3: diff --git a/package.json b/package.json index 7ff768a..efe6f63 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ + { "author": "Flotype", "name": "now", "description": "NowJS: An easy to use real-time RPC library", - "version": "0.7.5", + "version": "0.7.6", "repository": { "type": "git", "url": "git://github.com/Flotype/now.git" @@ -12,7 +13,7 @@ "node": ">= v0.4.0" }, "dependencies": { - "socket.io": ">= 0.8.4", + "socket.io": ">= 0.8.5", "node-proxy": ">= 0.4.0" }, "devDependencies": {}