From 1b2f58c7c3dc4a7a2173b580f6b446c4446202b7 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Sat, 4 Aug 2018 12:21:44 -0400 Subject: upgrade 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 d5020ac..92341ac 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.5.0-alpha1" +ipfs-api = "0.5.0-alpha2" ``` ### Examples diff --git a/ipfs-api/Cargo.toml b/ipfs-api/Cargo.toml index 9fe3bd7..53cb91e 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.5.0-alpha1" +version = "0.5.0-alpha2" readme = "../README.md" license = "MIT OR Apache-2.0" diff --git a/ipfs-api/src/lib.rs b/ipfs-api/src/lib.rs index aa95495..2a89b32 100644 --- a/ipfs-api/src/lib.rs +++ b/ipfs-api/src/lib.rs @@ -14,7 +14,7 @@ //! //! ```toml //! [dependencies] -//! ipfs-api = "0.5.0-alpha1" +//! ipfs-api = "0.5.0-alpha2" //! ``` //! //! ## Examples -- cgit v1.2.3