slopeclockpp: bump version

pull/3525/head
Rob Pilling 2024-07-31 17:54:29 +01:00
parent 08e9d34392
commit a6e0991065
2 changed files with 3 additions and 2 deletions

View File

@ -11,3 +11,4 @@
Stop ClockInfo text drawing outside the allocated area
0.09: Use clock_info module as an app
0.10: Option to hide widgets, tweak top widget width to avoid overlap with hour text at 9am
0.11: Avoid rendering clkinfo in the same colour as the background

View File

@ -1,6 +1,6 @@
{ "id": "slopeclockpp",
"name": "Slope Clock ++",
"version":"0.10",
"version":"0.11",
"description": "A clock where hours and minutes are divided by a sloping line. When the minute changes, the numbers slide off the screen. This is a clone of the original Slope Clock which shows extra information and allows the colors to be selected.",
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"}],