chore: bump version to 0.8.2

This commit is contained in:
Paul Makles
2025-02-10 18:37:21 +00:00
parent 5f39403ce7
commit a1e6a19210
14 changed files with 52 additions and 52 deletions

View File

@@ -1,12 +1,12 @@
[package]
name = "revolt-pushd"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
[dependencies]
revolt-config = { version = "0.8.1", path = "../../core/config" }
revolt-database = { version = "0.8.1", path = "../../core/database" }
revolt-models = { version = "0.8.1", path = "../../core/models", features = [
revolt-config = { version = "0.8.2", path = "../../core/config" }
revolt-database = { version = "0.8.2", path = "../../core/database" }
revolt-models = { version = "0.8.2", path = "../../core/models", features = [
"validator",
] }