Merge pull request 'bump version to v0.0.4' (#45) from bump-0.0.4 into main

Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/45
This commit is contained in:
Cyborus 2024-04-18 18:54:46 +00:00
commit a816b88c4f
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -294,7 +294,7 @@ checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
[[package]] [[package]]
name = "fj" name = "fj"
version = "0.0.1" version = "0.0.4"
dependencies = [ dependencies = [
"auth-git2", "auth-git2",
"clap", "clap",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "fj" name = "fj"
version = "0.0.1" version = "0.0.4"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -15,7 +15,7 @@ Install with `cargo install`
``` ```
# Latest version # 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` # From `main`
cargo install --git https://codeberg.org/Cyborus/forgejo-cli.git --branch main cargo install --git https://codeberg.org/Cyborus/forgejo-cli.git --branch main
``` ```