From f581ab26173d044890c707f2927fcbe128735239 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Tue, 12 Nov 2024 16:35:04 -0500 Subject: [PATCH] chore: Use shinylive assets v0.9.1 --- R/version.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/version.R b/R/version.R index 1164f59..6592ac3 100644 --- a/R/version.R +++ b/R/version.R @@ -1,4 +1,4 @@ # This is the version of the Shinylive assets to use. -SHINYLIVE_ASSETS_VERSION <- "0.9.0" +SHINYLIVE_ASSETS_VERSION <- "0.9.1" SHINYLIVE_R_VERSION <- as.character(utils::packageVersion("shinylive")) WEBR_R_VERSION <- "4.4.1"