From bc58ae42379ff6c4d1e9def93e52d28619200928 Mon Sep 17 00:00:00 2001 From: Andreas Backx Date: Sat, 29 May 2021 02:42:40 +0100 Subject: [PATCH] Bumped version to 0.1.1. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd1fbf3..b1ba471 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -684,7 +684,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "waycorner" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9b22f51..b839047 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waycorner" -version = "0.1.0" +version = "0.1.1" authors = ["Andreas Backx"] edition = "2018"