Bump version

This commit is contained in:
asonix 2023-08-17 17:10:24 -05:00
parent 75df271b58
commit 4d4093c15a
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -389,7 +389,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]]
name = "ap-relay"
version = "0.3.99"
version = "0.3.100"
dependencies = [
"activitystreams",
"activitystreams-ext",

View file

@ -1,7 +1,7 @@
[package]
name = "ap-relay"
description = "A simple activitypub relay"
version = "0.3.99"
version = "0.3.100"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"

View file

@ -6,7 +6,7 @@
rustPlatform.buildRustPackage {
pname = "relay";
version = "0.3.99";
version = "0.3.100";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;