From 35bbbabf6c5950b3464928c910a9edf211642087 Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Fri, 19 Nov 2021 08:54:45 -0600 Subject: [PATCH] Bump versions --- Cargo.toml | 2 +- activitystreams-kinds/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f4f3e52..8c7c9ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "activitystreams" description = "A set of core types and traits for activitystreams data" -version = "0.7.0-alpha.13" +version = "0.7.0-alpha.14" license = "GPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/Aardwolf/activitystreams" diff --git a/activitystreams-kinds/Cargo.toml b/activitystreams-kinds/Cargo.toml index b432022..de85074 100644 --- a/activitystreams-kinds/Cargo.toml +++ b/activitystreams-kinds/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "activitystreams-kinds" description = "Type-safe activitystreams 'type' values" -version = "0.1.1" +version = "0.1.2" license = "GPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/asonix/activitystreams"