Adding new lines

pull/3030/head
Ryan Taylor 2023-09-24 19:13:42 +00:00
parent 1fb7c5c368
commit 1f9d61d254
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
0.01: New App!
0.02: Get weather from weather.json
0.03: Address unexpected undefined when reading weather.json
0.04: Adding settings and the ability to show the widgets bar
0.04: Adding settings and the ability to show the widgets bar

View File

@ -2,7 +2,7 @@
var STORAGE = require('Storage')
var FILE = "mtnclock.json";
// Load settings
var SETTINGS = Object.assign({
// default values
@ -26,4 +26,4 @@
}
},
});
})
})