Bump version to 0.1.1.

This commit is contained in:
James Coglan
2012-07-15 13:13:21 +01:00
parent 1489e32d1f
commit 002e55ae6c
2 changed files with 14 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
=== 0.1.1 / 2012-07-15
* Fix an implicit global variable leak (missing semicolon)
=== 0.1.0 / 2012-02-26
* Initial release: Redis backend for Faye 0.8
+5 -5
View File
@@ -4,7 +4,7 @@
, "author" : "James Coglan <jcoglan@gmail.com> (http://jcoglan.com/)"
, "keywords" : ["pubsub", "bayeux"]
, "version" : "0.1.0"
, "version" : "0.1.1"
, "engines" : {"node": ">=0.4.0"}
, "main" : "./faye-redis"
, "dependencies" : {"hiredis": "", "redis": ""}
@@ -14,13 +14,13 @@
, "bugs" : "http://github.com/faye/faye-redis-node/issues"
, "licenses" : [ { "type" : "MIT"
, "url" : "http://www.opensource.org/licenses/mit-license.php"
, "licenses" : [ { "type" : "MIT"
, "url" : "http://www.opensource.org/licenses/mit-license.php"
}
]
, "repositories" : [ { "type" : "git"
, "url" : "git://github.com/faye/faye-redis-node.git"
, "repositories" : [ { "type" : "git"
, "url" : "git://github.com/faye/faye-redis-node.git"
}
]
}