diff --git a/node-chomp/package.json b/node-chomp/package.json index a587fb5..d950104 100644 --- a/node-chomp/package.json +++ b/node-chomp/package.json @@ -1,6 +1,6 @@ { "name": "chomp", - "version": "0.2.17", + "version": "0.2.18", "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 67b2f69..43b1c2a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -45,7 +45,7 @@ mod task; use std::path::PathBuf; -const CHOMP_CORE: &str = "https://ga.jspm.io/npm:@chompbuild/extensions@0.1.28/"; +const CHOMP_CORE: &str = "https://ga.jspm.io/npm:@chompbuild/extensions@0.1.31/"; const CHOMP_INIT: &str = r#"version = 0.1 @@ -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.17"; + let version = "0.2.18"; #[cfg(debug_assertions)] - let version = "0.2.17-debug"; + let version = "0.2.18-debug"; let matches = Command::new("Chomp") .version(version) .arg(