Skip to content

Commit bab7a63

Browse files
committed
Bump version: 0.1.3 β†’ 0.1.4
1 parent c6fd867 commit bab7a63

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.3
2+
current_version = 0.1.4
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.3"
3+
version = "0.1.4"
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.3"
49+
bump2version = "0.1.4"

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| 🐧 Linux `(Recommended)` | πŸͺŸ Windows |
1010
| :------: | :--------: |
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) |
12-
| [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) |
12+
| [Download Executable File](https://github.com/kevin-rs/gems/releases/download/v0.1.4/gems) | [Download `.exe` File](https://github.com/kevin-rs/gems/releases/download/v0.1.4/gems.exe) |
1313
| `cargo install gems --all-features` | `cargo install gems --all-features` |
1414
| `gems -h` | `gems -h` |
1515

@@ -174,7 +174,7 @@ gems
174174

175175
```toml
176176
[dependencies]
177-
gems = "0.1.3"
177+
gems = "0.1.4"
178178
```
179179

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

0 commit comments

Comments
Β (0)