doc: update version in readme

This commit is contained in:
Dmitriy Pleshevskiy 2022-07-27 18:54:20 +03:00
parent 984e0c8fbf
commit 7d215c876f
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "estring"
description = "A simple way to parse a string using type annotations"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
readme = "README.md"

View File

@ -7,7 +7,7 @@
```toml
[dependencies]
estring = "0.1"
estring = "0.2"
```
A simple way to parse a string using type annotations.