diff --git a/Cargo.lock b/Cargo.lock index 4faf6b7b..ac6c39a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,7 +81,7 @@ dependencies = [ [[package]] name = "calcit_runner" -version = "0.3.23" +version = "0.3.24" dependencies = [ "chrono", "cirru_edn", diff --git a/Cargo.toml b/Cargo.toml index 0c30e240..48ef3c79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "calcit_runner" -version = "0.3.23" +version = "0.3.24" authors = ["jiyinyiyong "] edition = "2018" license = "MIT" diff --git a/package.json b/package.json index 425517a8..31759696 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@calcit/procs", - "version": "0.3.23", + "version": "0.3.24", "main": "./lib/calcit.procs.js", "devDependencies": { "@types/node": "^15.0.1",