Skip to content

Commit 60796eb

Browse files
web-flowwiseaidev
authored andcommitted
Bump version: 0.1.2 → 0.1.3
1 parent e706d5c commit 60796eb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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.1.2
2+
current_version = 0.1.3
33

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gems"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
description = "💎 A cli, tui, and sdk for interacting with the Gemini API (WIP)"
66
license = "MIT"
@@ -46,4 +46,4 @@ lto = "thin"
4646
strip = "symbols"
4747

4848
[dev-dependencies]
49-
bump2version = "0.1.2"
49+
bump2version = "0.1.3"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
| ![gems-demo](https://github.com/user-attachments/assets/c446c29f-d4c8-4ee0-9e3d-951310e2b972) | ![gems-demo](https://github.com/user-attachments/assets/e942d1ad-7df6-4532-b22f-d4c586e64c8a) |
1212
| [Download Executable File](https://github.com/kevin-rs/gems/releases/download/v0.1.3/gems) | [Download `.exe` File](https://github.com/kevin-rs/gems/releases/download/v0.1.3/gems.exe) |
1313
| `cargo install gems --all-features` | `cargo install gems --all-features` |
14+
| `gems -h` | `gems -h` |
1415

1516
</div>
1617

@@ -156,7 +157,7 @@ gems
156157

157158
```toml
158159
[dependencies]
159-
gems = "0.1.2"
160+
gems = "0.1.3"
160161
```
161162

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

0 commit comments

Comments
 (0)