From fe5f728aa6f060a9f2c4cbbb22c5e10ea2ffbff9 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 26 Feb 2023 21:22:29 +0000 Subject: Release v13 (#727) * Write release blog post * Bump versions * Update contributors --- atuin-client/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atuin-client') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index c0b9c156..7284191e 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin-client" -version = "12.0.0" +version = "13.0.0" authors = ["Ellie Huxtable "] edition = "2018" license = "MIT" @@ -23,7 +23,7 @@ sync = [ ] [dependencies] -atuin-common = { path = "../atuin-common", version = "12.0.0" } +atuin-common = { path = "../atuin-common", version = "13.0.0" } log = "0.4" chrono = { version = "0.4", features = ["serde"] } -- cgit v1.3.1