From 01d08553c2ce60b270bbfac986d8c7b9245082de Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Tue, 22 Jun 2021 10:22:29 +0300 Subject: [PATCH] bump version :tada: --- itconfig-macro/Cargo.toml | 2 +- itconfig/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/itconfig-macro/Cargo.toml b/itconfig-macro/Cargo.toml index 47beb0b..ecd3b13 100644 --- a/itconfig-macro/Cargo.toml +++ b/itconfig-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itconfig-macro" -version = "1.1.0" +version = "1.1.1" authors = ["Dmitriy Pleshevskiy "] description = "Easy build a configs from environment variables and use it in globally." categories = ["config", "web-programming"] diff --git a/itconfig/Cargo.toml b/itconfig/Cargo.toml index 2b9987b..44050f2 100644 --- a/itconfig/Cargo.toml +++ b/itconfig/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itconfig" -version = "1.1.0" +version = "1.1.1" authors = ["Dmitriy Pleshevskiy "] description = "Easy build a configs from environment variables and use it in globally." categories = ["config", "web-programming"]