From d84c01a0359ff29aaf41e96e28d381a9df5ce257 Mon Sep 17 00:00:00 2001 From: Milton Reder Date: Thu, 27 Jun 2024 10:51:42 -0400 Subject: [PATCH] update to lrs-admin-ui v0.1.22 with statement browser refresh (#417) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77f670005..1d1ae2f14 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Version of LRS Admin UI to use -LRS_ADMIN_UI_VERSION ?= v0.1.21 +LRS_ADMIN_UI_VERSION ?= v0.1.22 LRS_ADMIN_UI_LOCATION ?= https://github.com/yetanalytics/lrs-admin-ui/releases/download/${LRS_ADMIN_UI_VERSION}/lrs-admin-ui.zip LRS_ADMIN_ZIPFILE ?= lrs-admin-ui-${LRS_ADMIN_UI_VERSION}.zip