diff --git a/Cargo.lock b/Cargo.lock index fa34299..0e7a438 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,7 +304,7 @@ checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3" [[package]] name = "ap-relay" -version = "0.3.13" +version = "0.3.14" dependencies = [ "activitystreams", "activitystreams-ext", diff --git a/Cargo.toml b/Cargo.toml index 63f1029..9f01607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ap-relay" description = "A simple activitypub relay" -version = "0.3.13" +version = "0.3.14" authors = ["asonix "] license-file = "LICENSE" readme = "README.md"