From 20aa0fd0140b23a6ff8c9949a5ac230b634568cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 04:31:11 +0000 Subject: [PATCH] lean-cli: Update to version 1.0.0 --- bucket/lean-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lean-cli.json b/bucket/lean-cli.json index 34426231ff..cd865c581a 100644 --- a/bucket/lean-cli.json +++ b/bucket/lean-cli.json @@ -1,16 +1,16 @@ { - "version": "0.29.2", + "version": "1.0.0", "description": "LeanEngine Command Line Tool", "homepage": "https://leancloud.cn/docs/leanengine_cli.html", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/leancloud/lean-cli/releases/download/v0.29.2/lean-windows-x64.exe#/lean.exe", - "hash": "c8cb99de03da06a9e7dfc486ad4df324c20decdb062e48c37dd1839afa283b1f" + "url": "https://github.com/leancloud/lean-cli/releases/download/v1.0.0/lean-windows-x64.exe#/lean.exe", + "hash": "5411c62638261e954a2a92de43919775f5ee0026ecb5962e81ac8342ede050df" }, "32bit": { - "url": "https://github.com/leancloud/lean-cli/releases/download/v0.29.2/lean-windows-x86.exe#/lean.exe", - "hash": "04eaf81c30d2fc423567f537f06d23622d82845642c9f10c95725c33378e7b15" + "url": "https://github.com/leancloud/lean-cli/releases/download/v1.0.0/lean-windows-x86.exe#/lean.exe", + "hash": "21968d9ea862cc6f450b7b4466c877c4ee05e183466dbf5af58ee2feb5ab2eec" } }, "bin": "lean.exe",