From a1ae480072ca0d9c493483dd214a699f6f1eee46 Mon Sep 17 00:00:00 2001 From: Joe Date: Sat, 9 Dec 2023 02:24:08 -0600 Subject: [PATCH] transfer hook: bump --- token/transfer-hook/example/Cargo.toml | 2 +- token/transfer-hook/interface/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/token/transfer-hook/example/Cargo.toml b/token/transfer-hook/example/Cargo.toml index ff88c70d682..b1d4fb44e16 100644 --- a/token/transfer-hook/example/Cargo.toml +++ b/token/transfer-hook/example/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spl-transfer-hook-example" -version = "0.3.0" +version = "0.4.0" description = "Solana Program Library Transfer Hook Example Program" authors = ["Solana Labs Maintainers "] repository = "https://github.com/solana-labs/solana-program-library" diff --git a/token/transfer-hook/interface/Cargo.toml b/token/transfer-hook/interface/Cargo.toml index c0db5b18b5d..9c064f338c8 100644 --- a/token/transfer-hook/interface/Cargo.toml +++ b/token/transfer-hook/interface/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spl-transfer-hook-interface" -version = "0.3.0" +version = "0.4.0" description = "Solana Program Library Transfer Hook Interface" authors = ["Solana Labs Maintainers "] repository = "https://github.com/solana-labs/solana-program-library"