From 57504d99a8ec63dad58f6bca3534ce53299b46c5 Mon Sep 17 00:00:00 2001 From: Typicode Date: Fri, 6 Feb 2015 16:58:18 +0100 Subject: [PATCH] 0.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48c4ad3..7fca189 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-server", - "version": "0.5.12", + "version": "0.6.0", "description": "Serves JSON files through REST routes.", "main": "./src/index.js", "bin": "./bin/index.js",