From 405c40dc6aab7effa098e1e56b633d13a5abfd47 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sat, 22 Jul 2017 23:11:51 -0700 Subject: [PATCH] chore: release version v0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de2aea4..b44dca2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datastore-fs", - "version": "0.2.0", + "version": "0.3.0", "description": "Datastore implementation with file system backend", "main": "src/index.js", "scripts": {