bump version and changelog

master
Rarder44 2022-11-18 00:16:02 +01:00
parent 65e240dc4e
commit 584fcb9980
2 changed files with 3 additions and 2 deletions

View File

@ -9,4 +9,5 @@
0.09: fix battery icon size 0.09: fix battery icon size
0.10: Tell clock widgets to hide. 0.10: Tell clock widgets to hide.
0.11: fix issue https://github.com/espruino/BangleApps/issues/2128 (#2128) ( settings undefined ) 0.11: fix issue https://github.com/espruino/BangleApps/issues/2128 (#2128) ( settings undefined )
0.12: implemented widget_utils 0.12: implemented widget_utils
0.13: convert var/function into let

View File

@ -2,7 +2,7 @@
"id": "rebble", "id": "rebble",
"name": "Rebble Clock", "name": "Rebble Clock",
"shortName": "Rebble", "shortName": "Rebble",
"version": "0.12", "version": "0.13",
"description": "A Pebble style clock, with configurable background, three sidebars including steps, day, date, sunrise, sunset, long live the rebellion", "description": "A Pebble style clock, with configurable background, three sidebars including steps, day, date, sunrise, sunset, long live the rebellion",
"readme": "README.md", "readme": "README.md",
"icon": "rebble.png", "icon": "rebble.png",