diff --git a/bower.json b/bower.json index 092ac103..377323a2 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "gun", "main": "gun.js", - "version": "0.1.1", + "version": "0.1.2", "homepage": "http://gunDB.io", "authors": [ { "name": "Mark Nadal", "email": "mark@accelsor.com" }, diff --git a/examples/package.json b/examples/package.json index 4ef57bd0..7e837cc8 100644 --- a/examples/package.json +++ b/examples/package.json @@ -8,7 +8,7 @@ } , "dependencies": { "express": "~>4.9.0", - "gun": "0.1.1" + "gun": "0.1.2" } , "scripts": { "start": "node express.js", diff --git a/package.json b/package.json index 17609d52..8f15de0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gun", - "version": "0.1.1", + "version": "0.1.2", "author": "Mark Nadal", "description": "Graph engine.", "engines": {