From 9f3d66ff8c0d113a4bdc8fe2e8a9a6dec59f1f61 Mon Sep 17 00:00:00 2001 From: Henry-E Date: Thu, 15 Dec 2022 18:44:12 +0000 Subject: [PATCH] post release clean up (#2317) Co-authored-by: henrye --- docker/Makefile | 2 +- ts/packages/spl-token/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Makefile b/docker/Makefile index 64c57669..9e5a0969 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -2,7 +2,7 @@ WORKDIR=$(PWD) # # Extract anchor version from the Cargo.toml. # -ANCHOR_CLI=v$(shell awk -F ' = ' '$$1 ~ /version/ { gsub(/[\"]/, "", $$2); printf("%s",$$2) }' ../cli/Cargo.toml) +ANCHOR_CLI=v0.26.0 # # Solana toolchain. # diff --git a/ts/packages/spl-token/package.json b/ts/packages/spl-token/package.json index fba30f6a..702cdf74 100644 --- a/ts/packages/spl-token/package.json +++ b/ts/packages/spl-token/package.json @@ -1,5 +1,5 @@ { - "name": "@coral-xyz/spl-token", + "name": "@project-serum/spl-token", "description": "Anchor client for Solana Program Library Token", "version": "0.26.0", "author": "acheron ",