From 28a7ec0198d859dc4c2fa3af7de78cd7adb95979 Mon Sep 17 00:00:00 2001 From: kelvinqian00 Date: Fri, 22 Nov 2024 16:24:03 -0500 Subject: [PATCH] Update UI version for reactions UI changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7d9e00d..f69b5432 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Version of LRS Admin UI to use -LRS_ADMIN_UI_VERSION ?= v0.1.24 +LRS_ADMIN_UI_VERSION ?= v0.1.25 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