From c53f26a597fff8e918ab73f8eb0215d9d7cf3b5a Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 9 Aug 2020 18:36:39 -0500 Subject: [PATCH] Bump version, don't update CHANGELOG since not publishing yet --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6e84390..2041bbc 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.3" +version = "0.7.0-alpha.4" license = "GPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/Aardwolf/activitystreams" diff --git a/README.md b/README.md index 50e30e7..4044e56 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ _A set of Traits and Types that make up the ActivityStreams and ActivityPub spec First, add ActivityStreams to your dependencies ```toml [dependencies] -activitystreams = "0.7.0-alpha.3" +activitystreams = "0.7.0-alpha.4" ``` ### Types diff --git a/src/lib.rs b/src/lib.rs index fe0b9ca..9a25514 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,7 +11,7 @@ //! First, add ActivityStreams to your dependencies //! ```toml //! [dependencies] -//! activitystreams = "0.7.0-alpha.3" +//! activitystreams = "0.7.0-alpha.4" //! ``` //! //! ### Types @@ -293,7 +293,7 @@ //! //! You should have received a copy of the GNU General Public License along with ActivityStreams. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/). -#![doc(html_root_url = "https://docs.rs/activitystreams/0.7.0-alpha.3/activitystreams")] +#![doc(html_root_url = "https://docs.rs/activitystreams/0.7.0-alpha.4/activitystreams")] pub mod activity; pub mod actor;