From 2c75ab9dc10c5a48d384c11112d18e7eb9f60610 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 23 Jul 2020 17:13:59 +0300 Subject: [PATCH] chore: update version in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d383e5d..6014f1b 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,18 @@ We recommend you start with the [documentation]. ## Installation -Add `sonic-channel = { version = "0.1" }` as a dependency in `Cargo.toml`. +Add `sonic-channel = { version = "0.2" }` as a dependency in `Cargo.toml`. `Cargo.toml` example: ```toml [package] name = "my-crate" -version = "0.1.0" +version = "0.2.0" authors = ["Me "] [dependencies] -sonic-channel = { version = "0.1" } +sonic-channel = { version = "0.2" } ```