Browse Source

post release clean up (#2317)

Co-authored-by: henrye <henry@notanemail>
Henry-E 2 years ago
parent
commit
9f3d66ff8c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docker/Makefile
  2. 1 1
      ts/packages/spl-token/package.json

+ 1 - 1
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.
 #

+ 1 - 1
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 <acheroncrypto@gmail.com>",