From 8646ac69a736b67f0a077b610bd4a6ff5dcfae51 Mon Sep 17 00:00:00 2001 From: steebchen Date: Tue, 3 Sep 2024 17:36:19 +0000 Subject: [PATCH] Prepare release: v0.11.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7684040..5fb6019 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4023,7 +4023,7 @@ dependencies = [ [[package]] name = "slot" -version = "0.10.0" +version = "0.11.0" dependencies = [ "account_sdk", "anyhow", @@ -4048,7 +4048,7 @@ dependencies = [ [[package]] name = "slot-cli" -version = "0.10.0" +version = "0.11.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index c8cc427..fb91d3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["cli", "slot"] [workspace.package] -version = "0.10.0" +version = "0.11.0" license-file = "LICENSE" repository = "https://github.com/cartridge-gg/slot/" edition = "2021"