diff --git a/Cargo.lock b/Cargo.lock index 36861d5..4378cf2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,7 +417,7 @@ checksum = "8fbfda0f5cf9c3c8a8058bc9c48b8c1bcdaec976086ad389ae0df6e98b302dd2" [[package]] name = "scriptisto" -version = "0.6.15-alpha.0" +version = "0.6.15" dependencies = [ "ascii_table", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 01b4b7c..7e9e4f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "scriptisto" -version = "0.6.15-alpha.0" +version = "0.6.15" edition = "2018" license = "Apache-2.0" description = "A language-agnostic \"shebang interpreter\" that enables you to write scripts in compiled languages."