diff options
author | Cyborus <cyborus@cyborus.xyz> | 2024-08-08 02:30:45 +0200 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2024-08-08 02:30:45 +0200 |
commit | 77400ab5ba988ac06e33ad19d81fbf0f20ca64f3 (patch) | |
tree | b4627577b550b9051546b660564a7ecda1cd878a | |
parent | Merge pull request 'add wiki commands' (#105) from wiki into main (diff) | |
download | forgejo-cli-77400ab5ba988ac06e33ad19d81fbf0f20ca64f3.tar.xz forgejo-cli-77400ab5ba988ac06e33ad19d81fbf0f20ca64f3.zip |
chore: bump version to v0.1.0
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -543,7 +543,7 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" [[package]] name = "fj" -version = "0.0.4" +version = "0.1.0" dependencies = [ "auth-git2", "base64ct", @@ -1,6 +1,6 @@ [package] name = "fj" -version = "0.0.4" +version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |