aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-06-23 14:50:50 +0200
committerMartin Fischer <martin@push-f.com>2021-06-23 14:50:56 +0200
commitca074febae4cd56ad5443c110a15662fa110dd81 (patch)
tree3e5061912bc2069e773cc42388008df5e372048c
parent11c34f83641b36c7e09346fd00aed70ebd00dc64 (diff)
bump version to 0.1.1v0.1.1
* now supports stable Rust
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 711ddb7..66ac7f7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -217,7 +217,7 @@ dependencies = [
[[package]]
name = "gitpad"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"chrono",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index c38f0e6..48d4413 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gitpad"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Martin Fischer <martin@push-f.com>"]
edition = "2018"
license = "MIT"