Bump testnetDefaultChannel

This commit is contained in:
Michael Vines 2020-08-12 10:53:22 -07:00 committed by mergify[bot]
parent 65b49c41fb
commit d87d056e61
2 changed files with 2 additions and 2 deletions

View File

@ -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 .",

View File

@ -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",