From e406ae4a6fb38ce35ea41f521c08310b6ec579ee Mon Sep 17 00:00:00 2001 From: Timo Schlueter Date: Fri, 15 Nov 2024 12:50:34 +0100 Subject: [PATCH] Bump LibreLink Up version to 4.12.0 --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 53a980d..593f13b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -82,7 +82,7 @@ const USER_AGENT = "Mozilla/5.0 (iPhone; CPU OS 17_4.1 like Mac OS X) AppleWebKi /** * LibreLink Up API Settings (Don't change this unless you know what you are doing) */ -const LIBRE_LINK_UP_VERSION = "4.10.0"; +const LIBRE_LINK_UP_VERSION = "4.12.0"; const LIBRE_LINK_UP_PRODUCT = "llu.ios"; const LIBRE_LINK_UP_URL = LLU_API_ENDPOINTS[config.linkUpRegion];