From b85d44abccca41ca45020b5b7d01efb5c81eb906 Mon Sep 17 00:00:00 2001 From: shansou504 <123512155+shansou504@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:22:36 -0400 Subject: [PATCH] binaryclk: 0.12 bumped version number --- apps/binaryclk/ChangeLog | 3 ++- apps/binaryclk/metadata.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/binaryclk/ChangeLog b/apps/binaryclk/ChangeLog index 1da939755..7f3507499 100644 --- a/apps/binaryclk/ChangeLog +++ b/apps/binaryclk/ChangeLog @@ -8,4 +8,5 @@ 0.08: Changed month to day and text color to black on date 0.09: Changed day color back to white 0.10: Add blinking when charging -0.11: Changed battery to buzz instead of blink and got rid of battery counter +0.11: Changed battery to buzz instead of blink and fixed battery counter +0.12: Got rid of battery counter \ No newline at end of file diff --git a/apps/binaryclk/metadata.json b/apps/binaryclk/metadata.json index 958c4715a..432bed25e 100644 --- a/apps/binaryclk/metadata.json +++ b/apps/binaryclk/metadata.json @@ -1,7 +1,7 @@ { "id": "binaryclk", "name": "Bin Clock", - "version": "0.11", + "version": "0.12", "description": "Binary clock with date and battery", "icon": "app-icon.png", "screenshots": [{"url":"screenshot.png"}],