chore: bump version

This commit is contained in:
Dmitriy Pleshevskiy 2020-11-25 22:08:52 +03:00
parent 1bd455cc4e
commit 012fbad09a
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "sonic-channel"
version = "0.3.2"
version = "0.4.0"
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
description = "Rust client for sonic search backend"
categories = ["api-bindings"]

View File

@ -7,7 +7,7 @@ We recommend you start with the [documentation].
## Installation
Add `sonic-channel = { version = "0.3" }` as a dependency in `Cargo.toml`.
Add `sonic-channel = { version = "0.4" }` as a dependency in `Cargo.toml`.
`Cargo.toml` example:
@ -18,7 +18,7 @@ version = "0.1.0"
authors = ["Me <user@rust-lang.org>"]
[dependencies]
sonic-channel = { version = "0.3" }
sonic-channel = { version = "0.4" }
```