Skip to content

Commit

Permalink
Bump version: 0.0.7 → 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseaidev committed Nov 15, 2024
1 parent 743c417 commit ae18346
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7
current_version = 0.0.8

[bumpversion:file:Cargo.toml]
search = 'version = "{current_version}"'
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gems"
version = "0.0.7"
version = "0.0.8"
edition = "2021"
description = "💎 A cli, tui, and sdk for interacting with the Gemini API (WIP)"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ gems list

```toml
[dependencies]
gems = "0.0.7"
gems = "0.0.8"
```

1. Use the `Client` struct to interact with the Gemini API:
Expand Down

0 comments on commit ae18346

Please sign in to comment.