Skip to content

Commit

Permalink
NowJS version 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sridatta committed Nov 12, 2011
1 parent ddbd08d commit 8254a3e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions 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:
Expand Down
5 changes: 3 additions & 2 deletions 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"
Expand All @@ -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": {}
Expand Down

0 comments on commit 8254a3e

Please sign in to comment.