From f23b2b2b6d080c7e0b8c6135962557b966178645 Mon Sep 17 00:00:00 2001 From: wiseaidev Date: Fri, 15 Mar 2024 01:18:41 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.4=20=E2=86=92=200.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index f4a1aff..be0b713 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.4 +current_version = 0.0.5 [bumpversion:file:Cargo.toml] search = 'version = "{current_version}"' diff --git a/Cargo.lock b/Cargo.lock index a70033e..19bcde9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2555,7 +2555,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openbook" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anchor-spl", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 95bd2bc..bb455f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openbook" -version = "0.0.4" +version = "0.0.5" edition = "2021" description = "📖 A CLI and library for interacting with the OpenBook market on the Solana blockchain." license = "MIT" diff --git a/README.md b/README.md index d37246f..3911dae 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ openbook consume-permissioned --limit 2 ```toml [dependencies] -openbook = "0.0.4" +openbook = "0.0.5" ``` ```rust diff --git a/src/lib.rs b/src/lib.rs index 37f049b..ba6620c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -17,7 +17,7 @@ //! //! ```toml //! [dependencies] -//! openbook = "0.0.4" +//! openbook = "0.0.5" //! ``` //! //! 2. Use the `Market` struct to perform various operations in the OpenBook market: