bump version

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2023-12-03 01:16:08 -05:00
parent d9d1ce3cb5
commit 0ed891b3a1
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -393,7 +393,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]] [[package]]
name = "conduwuit" name = "conduwuit"
version = "0.7.0-alpha+conduwuit-0.1.0" version = "0.7.0-alpha+conduwuit-0.1.1"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"axum", "axum",

View file

@ -6,7 +6,7 @@ authors = ["strawberry <strawberry@puppygock.gay>", "timokoesters <timo@koesters
homepage = "https://puppygock.gay/conduwuit" homepage = "https://puppygock.gay/conduwuit"
repository = "https://gitlab.com/girlbossceo/conduwuit" repository = "https://gitlab.com/girlbossceo/conduwuit"
readme = "README.md" readme = "README.md"
version = "0.7.0-alpha+conduwuit-0.1.0" version = "0.7.0-alpha+conduwuit-0.1.1"
edition = "2021" edition = "2021"
# When changing this, make sure to update the `flake.lock` file by running # When changing this, make sure to update the `flake.lock` file by running