Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Indriði Einarsson committed Dec 28, 2023
1 parent bd0e315 commit 168533b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/ieclock/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ Clockwork.windUp({
r:sunrise.whichevent('sunrise'),
b:require('https://raw.githubusercontent.com/rozek/banglejs-2-date-complication/main/Complication.js'),
}
}, {'Foreground':'Theme', 'Background':'Theme', 'ArmsColor': 'magenta'});
}, {'Foreground':'Theme', 'Background':'Theme', 'ArmsColor':'#FF00FF'});
2 changes: 1 addition & 1 deletion apps/ieclock/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "id": "ieclock",

Check warning on line 1 in apps/ieclock/metadata.json

View workflow job for this annotation

GitHub Actions / build

App ieclock has no ChangeLog
"name": "Analog Clock with barometer info",
"shortName":"IE Clock",
"version":"0.38",
"version":"0.39",
"description": "a simple analog clock with tidal information",
"icon": "app-icon.png",
"type": "clock",
Expand Down

0 comments on commit 168533b

Please sign in to comment.