aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
-rw-r--r--github-suggestion/Cargo.toml2
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]