diff options
author | Martin Fischer <martin@push-f.com> | 2021-06-23 14:50:50 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-06-23 14:50:56 +0200 |
commit | ca074febae4cd56ad5443c110a15662fa110dd81 (patch) | |
tree | 3e5061912bc2069e773cc42388008df5e372048c | |
parent | 11c34f83641b36c7e09346fd00aed70ebd00dc64 (diff) |
bump version to 0.1.1
* now supports stable Rust
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -217,7 +217,7 @@ dependencies = [ [[package]] name = "gitpad" -version = "0.1.0" +version = "0.1.1" dependencies = [ "chrono", "clap", @@ -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" |