From fade0db74991846a4bbcf7bee73fb091c6026357 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 12:29:55 +0000 Subject: [PATCH] helix: Update to version 0.6.0 --- bucket/helix.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/helix.json b/bucket/helix.json index 6c24928338..743c2ce894 100644 --- a/bucket/helix.json +++ b/bucket/helix.json @@ -1,13 +1,13 @@ { - "version": "0.5.0", + "version": "0.6.0", "description": "A post-modern modal text editor", "homepage": "https://helix-editor.com", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/helix-editor/helix/releases/download/v0.5.0/helix-v0.5.0-x86_64-windows.zip", - "hash": "c3cc06fa601bc91f10de9eb337d10775c964135f8e6ac672251c8e0161c21bde", - "extract_dir": "helix-v0.5.0-x86_64-windows" + "url": "https://github.com/helix-editor/helix/releases/download/v0.6.0/helix-v0.6.0-x86_64-windows.zip", + "hash": "23f4fe46f30e489938ad2fabfb768a024528eff437121356398f6839ddacb2b9", + "extract_dir": "helix-v0.6.0-x86_64-windows" } }, "bin": "hx.exe",