From a0f9827e180e2d9d2aa5cea3b2cce578b18394ca Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 9 Sep 2023 18:10:31 -0400 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- relay.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1aca782..3dd5d19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -383,7 +383,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "ap-relay" -version = "0.3.103" +version = "0.3.104" dependencies = [ "activitystreams", "activitystreams-ext", diff --git a/Cargo.toml b/Cargo.toml index 93b91df..603b5ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ap-relay" description = "A simple activitypub relay" -version = "0.3.103" +version = "0.3.104" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md" diff --git a/relay.nix b/relay.nix index 9d56b9b..487fa65 100644 --- a/relay.nix +++ b/relay.nix @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage { pname = "relay"; - version = "0.3.103"; + version = "0.3.104"; src = ./.; cargoLock.lockFile = ./Cargo.lock;