From 06afd6065f08c32b7bd3f7a7dad445333d2a63a7 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 14 Feb 2021 22:17:19 +0000 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08d193f..67b0e22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,7 +106,7 @@ dependencies = [ [[package]] name = "atuin" -version = "0.2.4" +version = "0.3.0" dependencies = [ "chrono", "chrono-english", diff --git a/Cargo.toml b/Cargo.toml index 7573abe..1353a31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin" -version = "0.2.4" +version = "0.3.0" authors = ["Ellie Huxtable "] edition = "2018" license = "MIT"