Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 464b447

Browse files
author
Tyera Eulberg
committed
Bump version for releasing
1 parent 5750ac3 commit 464b447

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2018"
55
license = "Apache-2.0"
66
name = "spl-token-client"
77
repository = "https://github.com/solana-labs/solana-program-library"
8-
version = "0.0.1"
8+
version = "0.1.0"
99

1010
[dependencies]
1111
async-trait = "0.1"

token/program-2022-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ solana-sdk = "=1.10.10"
2121
spl-associated-token-account = { version = "1.0.5", path = "../../associated-token-account/program" }
2222
spl-memo = { version = "3.0.1", path = "../../memo/program", features = ["no-entrypoint"] }
2323
spl-token-2022 = { version = "0.3", path="../program-2022", features = ["no-entrypoint"] }
24-
spl-token-client = { version = "0.0.1", path = "../client" }
24+
spl-token-client = { version = "0.1.0", path = "../client" }

0 commit comments

Comments
 (0)