diff --git a/apps.json b/apps.json index 0dcc81a25..de69c6e75 100644 --- a/apps.json +++ b/apps.json @@ -807,7 +807,7 @@ { "id": "vibrclock", "name": "Vibrate Clock", "icon": "app.png", - "version":"0.01", + "version":"0.02", "description": "When BTN1 is pressed, vibrate out the time as a series of buzzes, one digit at a time. Hours, then Minutes. Zero is signified by one long buzz. Otherwise a simple digital clock.", "tags": "clock", "type":"clock", diff --git a/apps/vibrclock/ChangeLog b/apps/vibrclock/ChangeLog index b4d1ae593..82be3ac70 100644 --- a/apps/vibrclock/ChangeLog +++ b/apps/vibrclock/ChangeLog @@ -1 +1,2 @@ 0.01: First commit +0.02: Made Date more visible