From d87d056e6159b7b9aa68cfe407b73ec6f534c80e Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 12 Aug 2020 10:53:22 -0700 Subject: [PATCH] Bump testnetDefaultChannel --- token-swap/js/package.json | 2 +- token/js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/token-swap/js/package.json b/token-swap/js/package.json index 2c8446d0..e43d303b 100644 --- a/token-swap/js/package.json +++ b/token-swap/js/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/solana-labs/solana-program-library" }, - "testnetDefaultChannel": "v1.3.1", + "testnetDefaultChannel": "v1.3.2", "scripts": { "start": "babel-node --ignore node_modules cli/main.js", "lint": "npm run pretty && eslint .", diff --git a/token/js/package.json b/token/js/package.json index 616c5822..24f76b74 100644 --- a/token/js/package.json +++ b/token/js/package.json @@ -22,7 +22,7 @@ "/lib", "/module.flow.js" ], - "testnetDefaultChannel": "v1.3.1", + "testnetDefaultChannel": "v1.3.2", "scripts": { "build": "rollup -c", "start": "babel-node cli/main.js",