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 b29e677 commit bd0e315
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 @@ -98,7 +98,7 @@ let Clockwork = require('https://raw.githubusercontent.com/indridieinarsson/espr
Clockwork.windUp({
face:require('https://raw.githubusercontent.com/indridieinarsson/espruino_sandbox/master/ClockFace.js'),
size:ClockSize,
hands: require('https://raw.githubusercontent.com/rozek/banglejs-2-hollow-clock-hands/main/ClockHands.js'),
hands: require('https://raw.githubusercontent.com/indridieinarsson/espruino_sandbox/master/ClockHands.js'),
complications: {
// r:sunrise.whichevent('sunset'),
t:require('https://raw.githubusercontent.com/rozek/banglejs-2-moon-phase-complication/main/Complication.js'),
Expand Down
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.37",
"version":"0.38",
"description": "a simple analog clock with tidal information",
"icon": "app-icon.png",
"type": "clock",
Expand Down

0 comments on commit bd0e315

Please sign in to comment.