diff --git a/Cargo.lock b/Cargo.lock index f88a323..45bcce4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,7 +183,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chompbuild" -version = "0.2.22" +version = "0.2.23" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index b7243d5..cd98a3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chompbuild" -version = "0.2.22" +version = "0.2.23" authors = ["Guy Bedford "] edition = "2021" license = "Apache-2.0" diff --git a/node-chomp/package.json b/node-chomp/package.json index 60bfb15..96f3715 100644 --- a/node-chomp/package.json +++ b/node-chomp/package.json @@ -1,6 +1,6 @@ { "name": "chomp", - "version": "0.2.22", + "version": "0.2.23", "description": "'JS Make' - parallel task runner CLI for the frontend ecosystem with a JS extension system", "bin": { "chomp": "index.js" diff --git a/src/main.rs b/src/main.rs index fc2e146..a53481c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -69,9 +69,9 @@ fn uri_parse(uri_str: &str) -> Option { #[tokio::main] async fn main() -> Result<()> { #[cfg(not(debug_assertions))] - let version = "0.2.22"; + let version = "0.2.23"; #[cfg(debug_assertions)] - let version = "0.2.22-debug"; + let version = "0.2.23-debug"; let matches = Command::new("Chomp") .version(version) .arg(