From 2a034ac4e4b257491473e4da3c9db3a2ba1f2455 Mon Sep 17 00:00:00 2001 From: Ricky Sidhu Date: Mon, 18 May 2020 18:09:13 -0700 Subject: [PATCH] chore: fix version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ee2a4f..f7a394f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-connections", - "version": "7.0.2", + "version": "7.0.3", "description": "Build and handle Relay-like GraphQL connections using a Knex query builder", "main": "dist/index.cjs.js", "module": "dist/index.es.js",