From 07091755577aaf1bbeba5cdcd2ab25fe15d06b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 20 May 2021 18:07:35 -0700 Subject: [PATCH] lab: Update to version 0.22.0 --- bucket/lab.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lab.json b/bucket/lab.json index f32750e1e6..6807cbfc7e 100644 --- a/bucket/lab.json +++ b/bucket/lab.json @@ -1,16 +1,16 @@ { - "version": "0.21.0", + "version": "0.22.0", "description": "An extension to command-line git that helps with everyday GitLab tasks.", "homepage": "https://zaquestion.github.io/lab", "license": "CC0-1.0", "architecture": { "64bit": { - "url": "https://github.com/zaquestion/lab/releases/download/v0.21.0/lab_0.21.0_windows_amd64.tar.gz", - "hash": "980ace960e1f974f17e4ca3c30d43b3b9f3f313094689b5ed439ed834dca808b" + "url": "https://github.com/zaquestion/lab/releases/download/v0.22.0/lab_0.22.0_windows_amd64.tar.gz", + "hash": "b0c50c4b47fa20a750ab46981e7c77643c70f301db0e45ff093342281852560a" }, "32bit": { - "url": "https://github.com/zaquestion/lab/releases/download/v0.21.0/lab_0.21.0_windows_386.tar.gz", - "hash": "0a73600958ea809e5aaed638889319e1072dd1752b7f3b9ede4a49f3d786d6e6" + "url": "https://github.com/zaquestion/lab/releases/download/v0.22.0/lab_0.22.0_windows_386.tar.gz", + "hash": "8c3df5300477054b47b206076abbaed6d286e1acb3ad1567d35811e48cb90260" } }, "bin": "lab.exe",