diff --git a/Cargo.lock b/Cargo.lock index 6f6fd61e..05bba84f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "calcit_runner" -version = "0.5.11" +version = "0.5.12" dependencies = [ "cirru_edn", "cirru_parser", diff --git a/Cargo.toml b/Cargo.toml index 4c4cfb49..2670199e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "calcit_runner" -version = "0.5.11" +version = "0.5.12" authors = ["jiyinyiyong "] edition = "2018" license = "MIT" diff --git a/package.json b/package.json index 072aa572..696d2f6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@calcit/procs", - "version": "0.5.10", + "version": "0.5.12", "main": "./lib/calcit.procs.js", "devDependencies": { "@types/node": "^16.11.6", diff --git a/ts-src/calcit.procs.ts b/ts-src/calcit.procs.ts index 1f132a36..1a2eb17f 100644 --- a/ts-src/calcit.procs.ts +++ b/ts-src/calcit.procs.ts @@ -1,5 +1,5 @@ // CALCIT VERSION -export const calcit_version = "0.5.10"; +export const calcit_version = "0.5.12"; import { overwriteComparator, initTernaryTreeMap } from "@calcit/ternary-tree"; import { parse, ICirruNode } from "@cirru/parser.ts";