From 4f76e9d9adf76aef4f8607852ccf77f8a401cc0b Mon Sep 17 00:00:00 2001 From: jiyinyiyong Date: Fri, 12 Nov 2021 18:34:01 +0800 Subject: [PATCH] tag 0.5.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- ts-src/calcit.procs.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 120dbb09..d5bb6ba6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "calcit_runner" -version = "0.5.3" +version = "0.5.4" dependencies = [ "cirru_edn", "cirru_parser", diff --git a/Cargo.toml b/Cargo.toml index e83966b8..642e7777 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "calcit_runner" -version = "0.5.3" +version = "0.5.4" authors = ["jiyinyiyong "] edition = "2018" license = "MIT" diff --git a/package.json b/package.json index eea74718..312a52af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@calcit/procs", - "version": "0.5.3", + "version": "0.5.4", "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 15669f7d..2be2244e 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.3"; +export const calcit_version = "0.5.4"; import { overwriteComparator, initTernaryTreeMap } from "@calcit/ternary-tree"; import { parse, ICirruNode } from "@cirru/parser.ts";