update events

This commit is contained in:
Kameron Kenny 2019-05-30 09:50:54 -04:00
parent 8e3ffc1fcb
commit 9854ce0b61
2 changed files with 1 additions and 11 deletions

View File

@ -34,16 +34,6 @@ var events = [
"subject": "Check on Lunch w/ Brad",
"notes": "Find out where to go"
},
{
"date": "May 30, 2019 11:45:00",
"subject": "Leave for Lunch",
"notes": ""
},
{
"date": "May 30, 2019 12:00:00",
"subject": "Lunch w/ Brad",
"notes": ""
},
{
"date": "May 30, 2019 16:00:00",
"subject": "Bus",

View File

@ -1,5 +1,5 @@
// meta
var version = "0.10.010"
var version = "0.10.012"
var debug = false;