boot - Bump version

master
Martin Boonk 2022-10-21 12:32:31 +02:00
parent 7526b6ecda
commit ebfa693782
2 changed files with 2 additions and 1 deletions

View File

@ -52,3 +52,4 @@
0.46: Fix no clock found error on Bangle.js 2
0.47: Add polyfill for setUI with an object as an argument (fix regression for 2v12 devices after Layout module changed)
0.48: Workaround for BTHRM issues on Bangle.js 1 (write .boot files in chunks)
0.49: Store first found clock as a setting to speed up further boots

View File

@ -1,7 +1,7 @@
{
"id": "boot",
"name": "Bootloader",
"version": "0.48",
"version": "0.49",
"description": "This is needed by Bangle.js to automatically load the clock, menu, widgets and settings",
"icon": "bootloader.png",
"type": "bootloader",