From eb75040f2e3720a7a0fa21b2383e7a06c7a394d1 Mon Sep 17 00:00:00 2001 From: Anders Kindberg Date: Thu, 9 Jan 2020 15:31:42 +0100 Subject: [PATCH] Update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 061907a..86794b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-defragmentizer", - "version": "2.0.0", + "version": "2.0.1", "description": "Library for building GraphQL queries from fragments. Goes nicely with React.", "main": "./distribution/index.js", "scripts": {