token/js: Bump version to v1.0.6 (#1916)

This commit is contained in:
Tyera Eulberg 2021-06-15 13:24:26 -06:00 committed by GitHub
parent 135d97b1ed
commit 02a6854f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@solana/spl-token",
"version": "0.1.5",
"version": "0.1.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@solana/spl-token",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.10.5",

View File

@ -1,6 +1,6 @@
{
"name": "@solana/spl-token",
"version": "0.1.5",
"version": "0.1.6",
"description": "SPL Token JavaScript API",
"license": "MIT",
"author": "Solana Maintainers <maintainers@solana.com>",