This commit is contained in:
ed 2022-12-13 19:56:34 +00:00
parent 497f5b4307
commit dcaff2785f
3 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (1, 5, 2)
VERSION = (1, 5, 3)
CODENAME = "babel"
BUILD_DT = (2022, 12, 12)
BUILD_DT = (2022, 12, 13)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

View file

@ -2784,6 +2784,7 @@ function up2k_init(subtle) {
ebi('nagtest').onclick = function () {
start_actx();
uc.nagtxt = ':^)';
setTimeout(donut.enstrobe, 200);
};
}

View file

@ -3,7 +3,7 @@ FROM alpine:3.16
WORKDIR /z
ENV ver_asmcrypto=c72492f4a66e17a0e5dd8ad7874de354f3ccdaa5 \
ver_hashwasm=4.9.0 \
ver_marked=4.2.3 \
ver_marked=4.2.4 \
ver_mde=2.18.0 \
ver_codemirror=5.65.10 \
ver_fontawesome=5.13.0 \