From 85f217986517e8ec0e82e51af9ae14638bfaf752 Mon Sep 17 00:00:00 2001 From: Ian Macalinao Date: Thu, 23 Jun 2022 13:14:55 -0500 Subject: [PATCH] v0.11.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6b98c6..b432dc1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gokiprotocol/client", "description": "TypeScript client for the Goki Smart Wallet system.", - "version": "0.10.4", + "version": "0.11.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "repository": "https://github.com/GokiProtocol/goki.git",