From 77400ab5ba988ac06e33ad19d81fbf0f20ca64f3 Mon Sep 17 00:00:00 2001 From: Cyborus Date: Wed, 7 Aug 2024 20:30:45 -0400 Subject: [PATCH] chore: bump version to v0.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d803a0..7cb95b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -543,7 +543,7 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" [[package]] name = "fj" -version = "0.0.4" +version = "0.1.0" dependencies = [ "auth-git2", "base64ct", diff --git a/Cargo.toml b/Cargo.toml index 8cd11ed..617d347 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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