diff --git a/package.json b/package.json index c241a3bb..e1709efd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "gun" -, "version": "0.0.1k" +, "version": "0.0.1l" , "author": "Mark Nadal" , "description": "Graph engine." , "engines": { diff --git a/shots.js b/shots.js index 2b83c147..8be95f21 100644 --- a/shots.js +++ b/shots.js @@ -208,7 +208,7 @@ module.exports = require('theory') (function(){ if(opt.src && opt.src.send){ var m = {count: 1, how:{gun: 9}}; - opt.src.send(m); + opt.src.send(m); console.log("send that pumping message!", m); } })();