Revision: 314a6105c753 Author: Gary Dusbabek <[email protected]> Date: Fri Dec 16 08:57:33 2011 Log: bump version to 0.6.0, update contributors
http://code.google.com/a/apache-extras.org/p/cassandra-node/source/detail?r=314a6105c753 Modified: /package.json ======================================= --- /package.json Fri Dec 2 12:57:55 2011 +++ /package.json Fri Dec 16 08:57:33 2011 @@ -1,12 +1,14 @@ { "author": "Gary Dusbabek <[email protected]>", "contributors": [ - "Eric Evans <[email protected]>", - "Gary Dusbabek <[email protected]>" + "Eric Evans <[email protected]>", + "Gary Dusbabek <[email protected]>", + "Tomaž Muraus <[email protected]>", + "Patrick Negri <[email protected]>" ], "name": "cassandra-client", "description": "Node.js CQL driver for Apache Cassandra", - "version": "0.5.2", + "version": "0.6.0", "homepage": "https://github.com/racker/node-cassandra-client", "repository": { "type": "git",
