From 3f6c144e8defaab4625912ebc4c9cb3df8e2c2f2 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 24 Jul 2022 00:27:19 +0300 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 575c95b..c6358cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "estring" -version = "0.1.1" +version = "0.1.2" diff --git a/Cargo.toml b/Cargo.toml index 9c5bae5..968f451 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "estring" description = "A simple way to parse a string using type annotations" -version = "0.1.1" +version = "0.1.2" edition = "2018" authors = ["Dmitriy Pleshevskiy "] readme = "README.md"