From 39af5822fa993fa79d6c79de311332d1e8586a7d Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 22 Mar 2016 14:26:52 +0000 Subject: [PATCH] Release v0.1.3. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f470fbd..f3d2b55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interface-record-store", - "version": "0.1.2", + "version": "0.1.3", "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"