From 513f429150bc108ac32e14320a4ce32bd7cb8231 Mon Sep 17 00:00:00 2001 From: Sergey Golovin Date: Sun, 2 Aug 2020 16:41:48 +0300 Subject: [PATCH] chore: update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db08dec..ba4855a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11,7 +11,7 @@ dependencies = [ [[package]] name = "fundoc" -version = "0.1.6" +version = "0.1.7" dependencies = [ "glob", "regex", diff --git a/Cargo.toml b/Cargo.toml index 64862ee..2f20342 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fundoc" -version = "0.1.6" +version = "0.1.7" authors = ["Sergey Golovin "] edition = "2018" license = "MIT"