From ac0726a33bf910d1300efa332e10ee9022574c2a Mon Sep 17 00:00:00 2001 From: Morley Zhi Date: Thu, 26 Mar 2020 09:49:43 -0400 Subject: [PATCH] make a new release to add the docs link --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6aa4caed..182ff609 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stellar/wallet-sdk", - "version": "0.0.9-rc.6", + "version": "0.0.9-rc.7", "description": "Libraries to help you write Stellar-enabled wallets in Javascript", "main": "dist/index.js", "types": "dist/index.d.ts",