From 4a9eabb29320b6e52ec5a9b04b51a09c5a508e65 Mon Sep 17 00:00:00 2001
From: David Dias <daviddias.p@gmail.com>
Date: Mon, 14 Sep 2015 11:20:19 +0100
Subject: [PATCH] Release v0.1.1.

---
 package.json | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 2b0d9db..3e3df62 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "abstract-record-store",
-  "version": "0.1.0",
+  "version": "0.1.1",
   "description": "A test suite and interface you can use to implement a a IPRS compliant(https://github.com/ipfs/specs/tree/master/records) Record Store",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"
@@ -12,7 +12,9 @@
   "keywords": [
     "IPFS"
   ],
-  "engines" : { "node" : "^4.0.0" },
+  "engines": {
+    "node": "^4.0.0"
+  },
   "author": "David Dias <daviddias@ipfs.io>",
   "license": "MIT",
   "bugs": {