From: Lady <redacted>
Date: Sun, 7 May 2023 06:18:47 +0000 (-0700)
Subject: Update Beorn to 0.2.3
X-Git-Url: https://git.ladys.computer/Blog/commitdiff_plain/14b487ea539be88506a7c405c6b7addfc0d61ef6

Update Beorn to 0.2.3

This fixes the ordering of entries.
---

diff --git a/build.js b/build.js
index d4e5d71..a3e7630 100755
--- a/build.js
+++ b/build.js
@@ -62,5 +62,5 @@ globalThis.bjørnTransformMetadata = (metadata, _type) => {
 };
 
 await import(
-  "https://git.ladys.computer/Beorn/blob_plain/0.2.1:/build.js"
+  "https://git.ladys.computer/Beorn/blob_plain/0.2.3:/build.js"
 );