From 23b0faf8928fa1236bd23a3021fb84a1de67a691 Mon Sep 17 00:00:00 2001 From: Typicode Date: Mon, 27 Apr 2015 00:39:28 +0200 Subject: [PATCH] 0.7.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ab56d8..3ac3015 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-server", - "version": "0.7.1", + "version": "0.7.2", "description": "Serves JSON files through REST routes.", "main": "./src/index.js", "bin": "./bin/index.js",