From a8b27006b4a0da563f215ee6c5f922fc36a01be5 Mon Sep 17 00:00:00 2001 From: Jordan Sexton Date: Mon, 27 Dec 2021 18:56:08 -0600 Subject: [PATCH] update version to 0.2.0-alpha.0@next --- token/ts/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/token/ts/package.json b/token/ts/package.json index 4e1ff789..100aa36e 100644 --- a/token/ts/package.json +++ b/token/ts/package.json @@ -1,7 +1,6 @@ { - "private": true, "name": "@solana/spl-token", - "version": "0.2.0@next", + "version": "0.2.0-alpha.0@next", "author": "Solana Maintainers ", "repository": "https://github.com/solana-labs/solana-program-library", "license": "Apache-2.0",