Bump version (#168)

This commit is contained in:
Jack May 2020-07-30 13:52:51 -07:00 committed by GitHub
parent 17d129a32a
commit a59a79d179
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,6 +1,6 @@
{
"name": "@solana/spl-token",
"version": "0.0.1",
"version": "0.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -8239,7 +8239,7 @@
},
"table": {
"version": "5.4.6",
"resolved": "http://registry.npmjs.org/table/-/table-5.4.6.tgz",
"resolved": "https://registry.npmjs.org/table/-/table-5.4.6.tgz",
"integrity": "sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==",
"dev": true,
"requires": {

View File

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