From 7bc3f5079aa26cc18e00d49d0add9dc9c13f4e63 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Tue, 23 Jan 2018 20:51:23 -0500 Subject: increment version --- README.md | 2 +- ipfs-api/Cargo.toml | 2 +- ipfs-api/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6af18be..5087cee 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Rust library for connecting to the IPFS HTTP API using tokio. ```toml [dependencies] -ipfs-api = "0.4.0-alpha.1" +ipfs-api = "0.4.0-alpha.2" ``` ### Examples diff --git a/ipfs-api/Cargo.toml b/ipfs-api/Cargo.toml index 5b6e402..aa2796d 100644 --- a/ipfs-api/Cargo.toml +++ b/ipfs-api/Cargo.toml @@ -6,7 +6,7 @@ documentation = "https://docs.rs/ipfs-api" repository = "https://github.com/ferristseng/rust-ipfs-api" keywords = ["ipfs"] categories = ["filesystem", "web-programming"] -version = "0.4.0-alpha.1" +version = "0.4.0-alpha.2" readme = "../README.md" license = "MIT OR Apache-2.0" diff --git a/ipfs-api/src/lib.rs b/ipfs-api/src/lib.rs index db63b35..a8fca59 100644 --- a/ipfs-api/src/lib.rs +++ b/ipfs-api/src/lib.rs @@ -12,7 +12,7 @@ //! //! ```toml //! [dependencies] -//! ipfs-api = "0.4.0-alpha.1" +//! ipfs-api = "0.4.0-alpha.2" //! ``` //! //! ## Examples -- cgit v1.2.3