diff --git a/Cargo.lock b/Cargo.lock index 895273d6..f480eab4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,7 +81,7 @@ dependencies = [ [[package]] name = "calcit_runner" -version = "0.3.31" +version = "0.3.32" dependencies = [ "chrono", "cirru_edn", diff --git a/Cargo.toml b/Cargo.toml index bc30845f..14714167 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "calcit_runner" -version = "0.3.31" +version = "0.3.32" authors = ["jiyinyiyong "] edition = "2018" license = "MIT" diff --git a/lib/calcit.procs.ts b/lib/calcit.procs.ts index 8f102140..d14a903d 100644 --- a/lib/calcit.procs.ts +++ b/lib/calcit.procs.ts @@ -29,7 +29,7 @@ export * from "./calcit-data"; export * from "./record-procs"; export * from "./custom-formatter"; -export const calcit_version = "0.3.31"; +export const calcit_version = "0.3.32"; let inNodeJs = typeof process !== "undefined" && process?.release?.name === "node"; diff --git a/package.json b/package.json index 4cedc32e..563f59a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@calcit/procs", - "version": "0.3.31", + "version": "0.3.32", "main": "./lib/calcit.procs.js", "devDependencies": { "@types/node": "^15.12.2",