Skip to content

Commit ae18346

Browse files
committed
Bump version: 0.0.7 β†’ 0.0.8
1 parent 743c417 commit ae18346

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Ž.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.7
2+
current_version = 0.0.8
33

44
[bumpversion:file:Cargo.toml]
55
search = 'version = "{current_version}"'

β€ŽCargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gems"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
edition = "2021"
55
description = "πŸ’Ž A cli, tui, and sdk for interacting with the Gemini API (WIP)"
66
license = "MIT"

β€ŽREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ gems list
129129

130130
```toml
131131
[dependencies]
132-
gems = "0.0.7"
132+
gems = "0.0.8"
133133
```
134134

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

0 commit comments

Comments
Β (0)