From ae730d6cc02f8dcf511d9a9b46064d77d75e4880 Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 28 Jan 2019 13:02:43 -0600 Subject: [PATCH] Bump versions --- Cargo.toml | 4 ++-- activitystreams-types/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f17dfd7..10abfe7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "activitystreams" description = "Activity Streams in Rust" -version = "0.2.2" +version = "0.2.3" license = "GPL-3.0" authors = ["asonix "] repository = "https://git.asonix.cloud/asonix/activitystreams.git" @@ -10,7 +10,7 @@ keywords = ["activitystreams", "activitypub"] [dependencies] activitystreams-traits = { version = "0.1", path = "activitystreams-traits" } -activitystreams-types = { version = "0.2.1", path = "activitystreams-types" } +activitystreams-types = { version = "0.2.2", path = "activitystreams-types" } [dev-dependencies] failure = "0.1" diff --git a/activitystreams-types/Cargo.toml b/activitystreams-types/Cargo.toml index a76fb45..62de267 100644 --- a/activitystreams-types/Cargo.toml +++ b/activitystreams-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "activitystreams-types" description = "Base types from the Activity Streams spec" -version = "0.2.1" +version = "0.2.2" license = "GPL-3.0" authors = ["asonix "] repository = "https://git.asonix.cloud/asonix/activitystreams.git"