v bump for sub partial set fix

This commit is contained in:
Mark Nadal 2015-02-13 20:31:41 -07:00
parent 4475b8582e
commit e6338b4b84
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "gun",
"main": "gun.js",
"version": "0.0.9-n",
"version": "0.0.9-o",
"homepage": "http://gunDB.io",
"authors": [
{ "name": "Mark Nadal", "email": "mark@accelsor.com" },

View File

@ -8,7 +8,7 @@
}
, "dependencies": {
"express": "~>4.9.0",
"gun": "0.0.9-n"
"gun": "0.0.9-o"
}
, "scripts": {
"start": "node express.js",

View File

@ -1,5 +1,5 @@
{ "name": "gun"
, "version": "0.0.9-n"
, "version": "0.0.9-o"
, "author": "Mark Nadal"
, "description": "Graph engine."
, "engines": {
@ -17,6 +17,7 @@
}
, "scripts": {
"start": "node examples/express.js 8080",
"prestart": "npm install ./examples",
"test": "mocha"
}
}