From f37f94950917865c153bf1a31d843929e49c44a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=BChnel?= Date: Sun, 13 Mar 2016 11:18:59 +0100 Subject: [PATCH] Release v3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47c6823..31678bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-fake-backend", - "version": "2.0.1", + "version": "3.0.0", "description": "Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.", "license": "MIT", "main": "index.js",