mirror of https://github.com/espruino/BangleApps
messagesmusic: Fix dependency on messages library (whoops)
parent
e8163a6f14
commit
4d48b8c05b
|
@ -1,3 +1,4 @@
|
|||
0.01: New App!
|
||||
0.02: Remove one line of code that didn't do anything other than in some instances hinder the function of the app.
|
||||
0.03: Use the new messages library
|
||||
0.03: Use the new messages library
|
||||
0.04: Fix dependency on messages library
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "messagesmusic",
|
||||
"name":"Messages Music",
|
||||
"version":"0.03",
|
||||
"version":"0.04",
|
||||
"description": "Uses Messages library to push a music message which in turn displays Messages app music controls",
|
||||
"icon":"app.png",
|
||||
"type": "app",
|
||||
|
@ -13,6 +13,5 @@
|
|||
{"name":"messagesmusic.app.js","url":"app.js"},
|
||||
{"name":"messagesmusic.img","url":"app-icon.js","evaluate":true}
|
||||
],
|
||||
"dependencies" : { "messagelib":"module" }
|
||||
|
||||
"dependencies":{"messages":"module"}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue