From 1e05eb4fe444e1681f75a518df941361f9d9f31b Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 12 Feb 2024 13:46:44 -0600 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 993ae36..32719fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -382,7 +382,7 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "ap-relay" -version = "0.3.108" +version = "0.3.109" dependencies = [ "activitystreams", "activitystreams-ext", diff --git a/Cargo.toml b/Cargo.toml index b1a7018..c79af08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ap-relay" description = "A simple activitypub relay" -version = "0.3.108" +version = "0.3.109" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md" diff --git a/relay.nix b/relay.nix index 4af63f2..ff880ab 100644 --- a/relay.nix +++ b/relay.nix @@ -5,7 +5,7 @@ rustPlatform.buildRustPackage { pname = "relay"; - version = "0.3.108"; + version = "0.3.109"; src = ./.; cargoLock.lockFile = ./Cargo.lock;