Skip to content

Commit

Permalink
update from version 0.1.0 to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fukumone committed Feb 2, 2023
1 parent 17147ec commit 06f96db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gt"
license = "MIT"
edition = "2021"
version = "0.1.0"
version = "0.1.1"
readme = "README.md"
categories = ["command-line-utilities"]
homepage = "https://github.com/fukumone/gt"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can install gt by running the following command in your terminal.
curl -fsSL https://raw.githubusercontent.com/fukumone/gt/main/install.sh | sh -
```

Or, please download the binary that is compatible with your OS from [here](https://github.com/fukumone/gt/releases/tag/v0.1.0).
Or, please download the binary that is compatible with your OS from [here](https://github.com/fukumone/gt/releases/tag/v0.1.1).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async fn fetch_openai_request(prompt: String, model: String) -> Result<String, r
fn cli() -> Command {
Command::new("gt")
.about("Translate messages from terminal using OpenAI.")
.version("0.0.1")
.version("0.1.1")
.subcommand_required(true)
.arg_required_else_help(true)
.allow_external_subcommands(true)
Expand Down

0 comments on commit 06f96db

Please sign in to comment.