From d19e702170a2de6b031e0efceec13ef8fd5ad0a4 Mon Sep 17 00:00:00 2001 From: jiyinyiyong Date: Tue, 31 Aug 2021 16:13:20 +0800 Subject: [PATCH] bump 0.4.25 --- 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 793ff264..12aeac73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "calcit_runner" -version = "0.4.24" +version = "0.4.25" dependencies = [ "chrono", "cirru_edn", diff --git a/Cargo.toml b/Cargo.toml index 2e00ca76..7c90c115 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "calcit_runner" -version = "0.4.24" +version = "0.4.25" authors = ["jiyinyiyong "] edition = "2018" license = "MIT" diff --git a/package.json b/package.json index b65a533d..be2d797e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@calcit/procs", - "version": "0.4.24", + "version": "0.4.25", "main": "./lib/calcit.procs.js", "devDependencies": { "@types/node": "^16.7.2", diff --git a/ts-src/calcit.procs.ts b/ts-src/calcit.procs.ts index 1fb8098f..18712d4c 100644 --- a/ts-src/calcit.procs.ts +++ b/ts-src/calcit.procs.ts @@ -1,5 +1,5 @@ // CALCIT VERSION -export const calcit_version = "0.4.24"; +export const calcit_version = "0.4.25"; import { overwriteComparator, initTernaryTreeMap } from "@calcit/ternary-tree"; import { parse } from "@cirru/parser.ts";