From a3152a5ca8eff5b75b9f62c20c94539d105766d0 Mon Sep 17 00:00:00 2001 From: Yoav Lavi Date: Mon, 11 Apr 2022 17:57:38 +0200 Subject: [PATCH] bump version --- Cargo.lock | 2 +- crates/melody_cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a46f001..8b727349 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,7 +518,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] name = "melody_cli" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/crates/melody_cli/Cargo.toml b/crates/melody_cli/Cargo.toml index 3f608af3..9a26a988 100644 --- a/crates/melody_cli/Cargo.toml +++ b/crates/melody_cli/Cargo.toml @@ -4,7 +4,7 @@ description = "A CLI wrapping the Melody language compiler" homepage = "https://github.com/yoav-lavi/melody" repository = "https://github.com/yoav-lavi/melody" readme = "README.md" -version = "0.14.0" +version = "0.14.1" edition = "2021" rust-version = "1.58.0" license = "MIT"