diff --git a/apps/approxclock/ChangeLog b/apps/approxclock/ChangeLog index 2d2969315..e44f187a5 100644 --- a/apps/approxclock/ChangeLog +++ b/apps/approxclock/ChangeLog @@ -1,2 +1,3 @@ 0.1: Initial release -0.2: Added more descriptive approximations \ No newline at end of file +0.2: Added more descriptive approximations +0.2f: Bug fixes: Incorrect hour drawn after 50 mins, incorrect quarter minute drawn after 50 mins \ No newline at end of file diff --git a/apps/approxclock/metadata.json b/apps/approxclock/metadata.json index 12b468747..63cd51ae1 100644 --- a/apps/approxclock/metadata.json +++ b/apps/approxclock/metadata.json @@ -1,7 +1,7 @@ { "id": "approxclock", "name": "Approximate Clock", "shortName" : "Approx Clock", - "version": "0.2", + "version": "0.2f", "icon": "app.png", "description": "A really basic spelled out time display for people looking for the vague time at a glance.", "type": "clock",