From 655c80cfb40454cbddbbd8ec4eb6848fecab22ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 04:28:41 +0000 Subject: [PATCH] d2: Update to version 0.2.1 --- bucket/d2.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/d2.json b/bucket/d2.json index 6e016caf68..a5a119b3ce 100644 --- a/bucket/d2.json +++ b/bucket/d2.json @@ -1,19 +1,19 @@ { - "version": "0.2.0", + "version": "0.2.1", "description": "A modern diagram scripting language that turns text to diagrams.", "homepage": "https://d2lang.com", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/terrastruct/d2/releases/download/v0.2.0/d2-v0.2.0-windows-amd64.tar.gz", - "hash": "637ad6480a955540066c8c49203f3774649ab6e91ae5424a3cd37836963d06eb" + "url": "https://github.com/terrastruct/d2/releases/download/v0.2.1/d2-v0.2.1-windows-amd64.tar.gz", + "hash": "60a8078a23737672fc7ec5acb09127243588645e2729a9fd937a9ca9ca7c1f99" }, "arm64": { - "url": "https://github.com/terrastruct/d2/releases/download/v0.2.0/d2-v0.2.0-windows-arm64.tar.gz", - "hash": "14f67cf850bf6040f72d2e73315c1a5f7bb6c0c019f6b84ff4fec1cde833f96d" + "url": "https://github.com/terrastruct/d2/releases/download/v0.2.1/d2-v0.2.1-windows-arm64.tar.gz", + "hash": "07b85d4967893118877a9d310ac09f22c0bbad10db5c5ebf005fa017a85c6103" } }, - "extract_dir": "d2-v0.2.0", + "extract_dir": "d2-v0.2.1", "bin": "bin\\d2.exe", "checkver": { "github": "https://github.com/terrastruct/d2"