From 60d675e000f9629e9d404df7c14bd690ce005931 Mon Sep 17 00:00:00 2001 From: jiyinyiyong Date: Sat, 4 Dec 2021 16:56:32 +0800 Subject: [PATCH] fix release with tag 0.5.12 --- 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 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";