From 00af5695fb1fba37c57173b2984a61e4cf336251 Mon Sep 17 00:00:00 2001 From: David Dias Date: Fri, 11 Dec 2015 20:28:06 -0800 Subject: [PATCH] Release v0.1.2. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d8aba7..d8eb994 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interface-record-store", - "version": "0.1.1", + "version": "0.1.2", "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"