From a49eb920e46af4587ea3a340f1ba00df6776efde Mon Sep 17 00:00:00 2001 From: Benjamin Pannell Date: Wed, 27 Nov 2013 12:26:09 +0200 Subject: [PATCH] Version bump to v1.3.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fe47c00..ffafe20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iridium", - "version": "1.2.0", + "version": "1.3.0", "author": "Benjamin Pannell ", "description": "A custom lightweight ORM for MongoDB designed for power-users", "homepage": "https://sierrasoftworks.com/iridium", @@ -12,7 +12,7 @@ "main": "./index", "scripts": { - "test": "node tests/run" + "test": "mocha" }, "engines": {