mirror of https://github.com/espruino/BangleApps
swiperclocklaunch: bump version
parent
5ca4db69d7
commit
fc273a81c8
|
@ -2,3 +2,4 @@
|
||||||
0.02: Fix issue with mode being undefined
|
0.02: Fix issue with mode being undefined
|
||||||
0.03: Update setUI to work with new Bangle.js 2v13 menu style
|
0.03: Update setUI to work with new Bangle.js 2v13 menu style
|
||||||
0.04: Update to work with new 'fast switch' clock->launcher functionality
|
0.04: Update to work with new 'fast switch' clock->launcher functionality
|
||||||
|
0.05: Keep track of event listeners we "overwrite", and remove them at the start of setUI
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "swiperclocklaunch",
|
"id": "swiperclocklaunch",
|
||||||
"name": "Swiper Clock Launch",
|
"name": "Swiper Clock Launch",
|
||||||
"version": "0.04",
|
"version": "0.05",
|
||||||
"description": "Navigate between clock and launcher with Swipe action",
|
"description": "Navigate between clock and launcher with Swipe action",
|
||||||
"icon": "swiperclocklaunch.png",
|
"icon": "swiperclocklaunch.png",
|
||||||
"type": "bootloader",
|
"type": "bootloader",
|
||||||
|
|
Loading…
Reference in New Issue