From 22c6b0cfc804ae3d3fb0487d8793514d6386919e Mon Sep 17 00:00:00 2001 From: Tangent Wantwight Date: Tue, 19 Nov 2019 19:45:59 -0500 Subject: [PATCH] document 0.2.2 WIP --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a35ad8..5e9fd14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1708,7 +1708,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "webmetro" -version = "0.2.1" +version = "0.2.2-dev" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2d35896..9d46db1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webmetro" -version = "0.2.1" +version = "0.2.2-dev" authors = ["Tangent 128 "] edition = "2018"