Voeg 28 herkenbare kleurplaten en creatieve niveaus toe (v0.4.66-beta) #4

Open
bes-r wants to merge 207 commits from bes-r/kleurplaten-v0-4-66 into main AGit
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4517f592f7 - Show all commits

View file

@ -1 +1 @@
0.4.1-beta
0.4.01-beta

View file

@ -2,7 +2,7 @@
"use strict";
/* version shown until /api/version resolves (or if the fetch fails, e.g. offline).
Kept in sync by hand with the VERSION file at the repo root on every release. */
const VERSION = "0.4.1-beta";
const VERSION = "0.4.01-beta";
(function(){
const tag = document.getElementById("verTag");
tag.textContent = "v"+VERSION;