diff --git a/Cargo.lock b/Cargo.lock index cacb145..7621558 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,7 +388,7 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "ap-relay" -version = "0.3.116" +version = "0.3.117" dependencies = [ "activitystreams", "activitystreams-ext", diff --git a/Cargo.toml b/Cargo.toml index 305aba3..7203bf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ap-relay" description = "A simple activitypub relay" -version = "0.3.116" +version = "0.3.117" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md"