Skip to content

Commit

Permalink
Merge pull request #168 from timoschlueter/bugfix/bump-llu-version
Browse files Browse the repository at this point in the history
Bump LibreLink Up version to 4.12.0
  • Loading branch information
timoschlueter authored Nov 15, 2024
2 parents c3c92fb + e406ae4 commit 0d7987a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit 0d7987a

Please sign in to comment.