From 7590e610e878847f6e8bb3eb70cab7e94529d5e3 Mon Sep 17 00:00:00 2001 From: Tim Huff Date: Mon, 18 Jun 2018 07:38:27 -0500 Subject: [PATCH] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f19a980..2427cc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "objection-graphql", - "version": "0.4.0", + "version": "0.4.1", "description": "Automatically generates GraphQL schema for objection.js models and allows to extend the schema with custom mutations and subscriptions", "main": "objection-graphql.js", "scripts": {