From 182a46108ac8d56aa47aacc02a09ca783d9d7259 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 08:30:54 +0000 Subject: [PATCH] lean-cli: Update to version 1.1.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 e2988c6dc6..51c619e765 100644 --- a/bucket/lean-cli.json +++ b/bucket/lean-cli.json @@ -1,16 +1,16 @@ { - "version": "1.0.2", + "version": "1.1.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/v1.0.2/lean-windows-x64.exe#/lean.exe", - "hash": "9c5748a775cf81aac8a98c6a70be57ece3e0b0bdfd9c23911ca45b1069cf2834" + "url": "https://github.com/leancloud/lean-cli/releases/download/v1.1.0/lean-windows-x64.exe#/lean.exe", + "hash": "0bd98e0c49babdadcb7322022bdc539747a3a0d3bdb171cce657b6f68d068144" }, "32bit": { - "url": "https://github.com/leancloud/lean-cli/releases/download/v1.0.2/lean-windows-x86.exe#/lean.exe", - "hash": "cb1976f7c3bb125feb5e5f1e76d9754a99b840a968f05dce3dfb040b2c1669b1" + "url": "https://github.com/leancloud/lean-cli/releases/download/v1.1.0/lean-windows-x86.exe#/lean.exe", + "hash": "71e4f44af83940d100b8383710d01972f4b5d4ca599397dff9762e9f2a0a9c74" } }, "bin": "lean.exe",