mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 03:59:31 +01:00
bump version to v0.0.4
This commit is contained in:
parent
b3db65d6e1
commit
c02834863d
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -294,7 +294,7 @@ checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
|
|||
|
||||
[[package]]
|
||||
name = "fj"
|
||||
version = "0.0.1"
|
||||
version = "0.0.4"
|
||||
dependencies = [
|
||||
"auth-git2",
|
||||
"clap",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "fj"
|
||||
version = "0.0.1"
|
||||
version = "0.0.4"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
|
@ -15,7 +15,7 @@ Install with `cargo install`
|
|||
|
||||
```
|
||||
# Latest version
|
||||
cargo install --git https://codeberg.org/Cyborus/forgejo-cli.git --tag v0.0.3
|
||||
cargo install --git https://codeberg.org/Cyborus/forgejo-cli.git --tag v0.0.4
|
||||
# From `main`
|
||||
cargo install --git https://codeberg.org/Cyborus/forgejo-cli.git --branch main
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue