Skip to content

Commit

Permalink
Bump version: 0.0.9 → 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseaidev committed May 2, 2024
1 parent 38b308a commit 335ba00
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.9
current_version = 0.0.10

[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.9"
version = "0.0.10"
edition = "2021"
description = "📖 A CLI, TUI and SDK to interact with the OpenBook market on the Solana blockchain (WIP)."
license = "MIT"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ openbook tui
> [!NOTE]
> To interact with the openbook market by placing bids or asking, you'll need to set up an open order account for your wallet. In future releases, this crate will automatically fetch your associated open order account. However, for now, if you already have one, you'll need to set up this environment variable before launching the tui:
```bash
export OOS_KEY=<your_associated_oo_sol_account>
```
```sh
export OOS_KEY=<your_associated_oo_sol_account>
```

## ⌨ Usage as CLI

Expand Down Expand Up @@ -147,7 +147,7 @@ openbook consume-permissioned --limit 2

```toml
[dependencies]
openbook = "0.0.9"
openbook = "0.0.10"
```

```rust
Expand Down

0 comments on commit 335ba00

Please sign in to comment.