From 0a6071a26015eeaf179458603de41fc4a5934d23 Mon Sep 17 00:00:00 2001 From: Blooym <19539165+Blooym@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:10:09 +0000 Subject: [PATCH] chore: bump version --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- crates/core/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d653e54..2efe31a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "aigis" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow", "axum", @@ -48,7 +48,7 @@ dependencies = [ [[package]] name = "aigis-bin" -version = "0.1.1" +version = "0.2.0" dependencies = [ "aigis", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ad5e0da..c6873e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.1.1" +version = "0.2.0" name = "aigis-bin" description = "Binary for Aigis, a simple and configurable content proxy." authors = ["Blooym"] @@ -32,7 +32,7 @@ cache-moka = ["aigis/cache-moka"] [dependencies] anyhow = "1.0.81" -aigis = { version = "0.1.1", path = "crates/core", default-features = false } +aigis = { version = "0.2.0", path = "crates/core", default-features = false } bytesize = "1.3.0" clap = { version = "4.5.3", features = ["derive", "env"] } dotenvy = "0.15.7" diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index fefc3e5..7d781fe 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.1.1" +version = "0.2.0" name = "aigis" description = "A simple and configurable content proxy." authors = ["Blooym"]