From 83e647ac9b8b0907738468bbd5cd64acf8372458 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Wed, 30 Oct 2024 18:24:54 +0000 Subject: [PATCH] settings: bump version --- apps/setting/ChangeLog | 3 ++- apps/setting/metadata.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/setting/ChangeLog b/apps/setting/ChangeLog index 27aa5c90c..e3c0955be 100644 --- a/apps/setting/ChangeLog +++ b/apps/setting/ChangeLog @@ -82,4 +82,5 @@ of 'Select Clock' 0.71: Minor code improvements 0.72: Add setting for configuring BLE privacy 0.73: Fix `const` bug / work with fastload -0.74: Add extra layer of checks before allowing a factory reset (fix #3476) \ No newline at end of file +0.74: Add extra layer of checks before allowing a factory reset (fix #3476) +0.75: Restore previous menu's scroll positions diff --git a/apps/setting/metadata.json b/apps/setting/metadata.json index 67ca847d9..9383e7343 100644 --- a/apps/setting/metadata.json +++ b/apps/setting/metadata.json @@ -1,7 +1,7 @@ { "id": "setting", "name": "Settings", - "version": "0.74", + "version": "0.75", "description": "A menu for setting up Bangle.js", "icon": "settings.png", "tags": "tool,system",