From 3acd6127a720a91795792d81a3674b7cc572636d Mon Sep 17 00:00:00 2001 From: Jacob Thomason Date: Mon, 9 Oct 2023 17:37:57 -0400 Subject: [PATCH] Increment version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 267502a..65c1b7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zapier-graphql", - "version": "1.0.0", + "version": "1.0.2", "description": "A GraphQL library that work's with Zapier CLI platform.", "type": "commonjs", "main": "./lib/index.js",