From 4759c5ee0400da3498a036452dae436b2fc7e30a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 00:34:04 +0000 Subject: [PATCH] d2: Update to version 0.2.2 --- bucket/d2.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/d2.json b/bucket/d2.json index a5a119b3ce..7ee1c07c3a 100644 --- a/bucket/d2.json +++ b/bucket/d2.json @@ -1,19 +1,19 @@ { - "version": "0.2.1", + "version": "0.2.2", "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.1/d2-v0.2.1-windows-amd64.tar.gz", - "hash": "60a8078a23737672fc7ec5acb09127243588645e2729a9fd937a9ca9ca7c1f99" + "url": "https://github.com/terrastruct/d2/releases/download/v0.2.2/d2-v0.2.2-windows-amd64.tar.gz", + "hash": "913e7f984d76b654658d34c161bfc024966a198d598264b79a11a2bb69b3a08d" }, "arm64": { - "url": "https://github.com/terrastruct/d2/releases/download/v0.2.1/d2-v0.2.1-windows-arm64.tar.gz", - "hash": "07b85d4967893118877a9d310ac09f22c0bbad10db5c5ebf005fa017a85c6103" + "url": "https://github.com/terrastruct/d2/releases/download/v0.2.2/d2-v0.2.2-windows-arm64.tar.gz", + "hash": "99b7fe309fd47c911e24da2efb1300eb0a4ba7faeee6270e8f7c3a9949ae1042" } }, - "extract_dir": "d2-v0.2.1", + "extract_dir": "d2-v0.2.2", "bin": "bin\\d2.exe", "checkver": { "github": "https://github.com/terrastruct/d2"