]> git.r.bdr.sh - rbdr/cologne/commitdiff
keep on bumping versions because I forget stuff
authorBen Beltran <redacted>
Wed, 15 Jan 2014 18:26:03 +0000 (12:26 -0600)
committerBen Beltran <redacted>
Wed, 15 Jan 2014 18:26:03 +0000 (12:26 -0600)
Also, defaults to INFO instead of DEBUG

lib/cobalt.js
package.json

index 9f7f6c08a0dfc6dcac8bb29b032de8c4c2b42786..fa4f6234e350378cb29e397ce324513b847163eb 100644 (file)
       },
 
       log : function () {
-        this._log.apply(this, [7].concat(Array.prototype.slice.call(arguments)));
+        this._log.apply(this, [6].concat(Array.prototype.slice.call(arguments)));
       },
 
       debug : function () {
index 1f0dc23b0f3208a13193778698159ba2b017fe2b..07dcac9810e0869a583a5bf6d5ad7c6874edc8e3 100644 (file)
@@ -17,7 +17,7 @@
       "url" : "http://github.com/ktlacaelel"
     }
   ],
-  "version" : "0.2.2",
+  "version" : "0.2.3",
   "dependencies" : {
     "neon" : "1.0.x",
     "socket.io-client" : "0.9.x",