From ed25d1ae52b137ff445649aeb8cdac4d892ce313 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 6 Aug 2020 00:59:32 +0200 Subject: Increase version v0.0.1 -> v0.1.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- github-suggestion/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f0130fe..e6fd541 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,7 +275,7 @@ dependencies = [ [[package]] name = "github-suggestion" -version = "0.0.1" +version = "0.1.0" dependencies = [ "git2", "github-rs", @@ -289,7 +289,7 @@ dependencies = [ [[package]] name = "github-suggestion-cli" -version = "0.0.1" +version = "0.1.0" dependencies = [ "exitcode", "getopts", diff --git a/Cargo.toml b/Cargo.toml index dccaa62..1bb8ffc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "github-suggestion-cli" -version = "0.0.1" +version = "0.1.0" edition = "2018" [dependencies] diff --git a/github-suggestion/Cargo.toml b/github-suggestion/Cargo.toml index b494e8e..34e197c 100644 --- a/github-suggestion/Cargo.toml +++ b/github-suggestion/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "github-suggestion" -version = "0.0.1" +version = "0.1.0" edition = "2018" [dependencies] -- cgit v1.2.3