Skip to content

Commit

Permalink
Bump version: 0.0.4 → 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseaidev committed Mar 14, 2024
1 parent aa18891 commit f23b2b2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.4
current_version = 0.0.5

[bumpversion:file:Cargo.toml]
search = 'version = "{current_version}"'
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ openbook consume-permissioned --limit 2

```toml
[dependencies]
openbook = "0.0.4"
openbook = "0.0.5"
```

```rust
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f23b2b2

Please sign in to comment.