From 0d15977a7ac10b2e57989f84c6bb571356e3d714 Mon Sep 17 00:00:00 2001 From: jiyinyiyong Date: Tue, 1 Jun 2021 02:40:15 +0800 Subject: [PATCH] tag 0.3.24 --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4faf6b7b..ac6c39a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,7 +81,7 @@ dependencies = [ [[package]] name = "calcit_runner" -version = "0.3.23" +version = "0.3.24" dependencies = [ "chrono", "cirru_edn", diff --git a/Cargo.toml b/Cargo.toml index 0c30e240..48ef3c79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "calcit_runner" -version = "0.3.23" +version = "0.3.24" authors = ["jiyinyiyong "] edition = "2018" license = "MIT" diff --git a/package.json b/package.json index 425517a8..31759696 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@calcit/procs", - "version": "0.3.23", + "version": "0.3.24", "main": "./lib/calcit.procs.js", "devDependencies": { "@types/node": "^15.0.1",