From 0e2d5ec5a1e21f1d8066d3d9c3a9dbd69650a287 Mon Sep 17 00:00:00 2001 From: Nordine Bittich Date: Tue, 26 Sep 2023 20:49:07 +0200 Subject: [PATCH] chore: Release adana version 0.14.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec343a2..be6f4b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "adana" -version = "0.14.1" +version = "0.14.2" dependencies = [ "adana-script-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c066ef4..f835eea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "adana" rust-version = "1.72" -version = "0.14.1" +version = "0.14.2" edition = "2021" authors = ["Nordine Bittich"] license = "MIT"