diff options
author | Cyborus <cyborus@noreply.codeberg.org> | 2024-04-18 20:54:46 +0200 |
---|---|---|
committer | Cyborus <cyborus@noreply.codeberg.org> | 2024-04-18 20:54:46 +0200 |
commit | a816b88c4f4aa57d3596c5f97069936ae8ce6828 (patch) | |
tree | 2b83a1015ce9a1826e91aa9c3ce2063543057b82 | |
parent | Merge pull request 'fix arch typo in readme' (#44) from arch-typo into main (diff) | |
parent | bump version to v0.0.4 (diff) | |
download | forgejo-cli-a816b88c4f4aa57d3596c5f97069936ae8ce6828.tar.xz forgejo-cli-a816b88c4f4aa57d3596c5f97069936ae8ce6828.zip |
Merge pull request 'bump version to v0.0.4' (#45) from bump-0.0.4 into mainv0.0.4
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/45
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 ``` |