Bump notify version from #3386

pull/3397/head
Rob Pilling 2024-05-02 18:24:14 +01:00
parent 37879b57bd
commit 09f4082948
2 changed files with 2 additions and 1 deletions

View File

@ -10,3 +10,4 @@
0.11: Fix regression that caused no notifications and corrupted background
0.12: Add Bangle.js 2 support with Bangle.setLCDOverlay
0.13: Add a default title background for the dark theme
0.14: Stop event propagation on notification tap

View File

@ -2,7 +2,7 @@
"id": "notify",
"name": "Notifications (default)",
"shortName": "Notifications",
"version": "0.13",
"version": "0.14",
"description": "Provides the default `notify` module used by applications to display notifications on the screen. This module is installed by default by client applications such as the Gadgetbridge app. Installing `Fullscreen Notifications` replaces this module with a version that displays the notifications using the full screen",
"icon": "notify.png",
"type": "notify",