Verbeter anatomie en plaatsing van avataraccessoires (v0.4.46-beta) #1

Open
bes-r wants to merge 192 commits from bes-r/avatar-realism 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;