From 3ce5108fbb28ccd9a7b030c8a16b651df36ec4fa Mon Sep 17 00:00:00 2001 From: Igor Petruk Date: Thu, 31 Oct 2019 21:33:54 +0000 Subject: [PATCH] (cargo-release) version 0.4.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b83c794..5619f69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -430,7 +430,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "scriptisto" -version = "0.4.1" +version = "0.4.2" dependencies = [ "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "exec 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c1b8bcd..6525397 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "scriptisto" -version = "0.4.1" +version = "0.4.2" edition = "2018" license = "Apache-2.0" description = "A language-agnostic \"shebang interpreter\" that enables you to write scripts in compiled languages."