From 5d39e32e94d76c913ffaf9dc351db260916e5e5a Mon Sep 17 00:00:00 2001 From: Don Cote Date: Wed, 6 Jul 2022 16:45:45 -0400 Subject: [PATCH] bump version number --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 1aaf0a0..6a59d60 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "@flipsidecrypto/sdk", - "version": "1.0.0", + "version": "1.1.0", "description": "The official Flipside Crypto SDK", "main": "dist/index.js", "types": "dist/index.d.ts",