Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Blooym committed Mar 25, 2024
1 parent cead773 commit 67367c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "0.1.0"
version = "0.1.1"
name = "aigis-bin"
description = "Binary for Aigis, a simple and configurable content proxy."
authors = ["Blooym"]
Expand Down Expand Up @@ -32,7 +32,7 @@ cache-moka = ["aigis/cache-moka"]

[dependencies]
anyhow = "1.0.81"
aigis = { version = "0.1.0", path = "crates/core", default-features = false }
aigis = { version = "0.1.1", path = "crates/core", default-features = false }
bytesize = "1.3.0"
clap = { version = "4.5.3", features = ["derive", "env"] }
dotenvy = "0.15.7"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "0.1.0"
version = "0.1.1"
name = "aigis"
description = "A simple and configurable content proxy."
authors = ["Blooym"]
Expand Down

0 comments on commit 67367c0

Please sign in to comment.