messagesmusic: Fix dependency on messages library (whoops)

pull/2324/head
Richard de Boer 2022-11-28 22:07:50 +01:00
parent e8163a6f14
commit 4d48b8c05b
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -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.04: Fix dependency on messages library

View File

@ -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"}
}