diff --git a/manifests/MockbaModular.json b/manifests/MockbaModular.json new file mode 100644 index 00000000..0a139574 --- /dev/null +++ b/manifests/MockbaModular.json @@ -0,0 +1,41 @@ +{ + "slug": "MockbaModular", + "name": "Mockba Modular", + "version": "1.0.0", + "license": "MIT", + "brand": "Mockba Modular", + "author": "Mockba the Borg", + "authorEmail": "mockba.the.borg@gmail.com", + "authorUrl": "http://mockbatheb.org/", + "pluginUrl": "https://github.com/MockbaTheBorg/MockbaModular", + "manualUrl": "https://github.com/MockbaTheBorg/MockbaModular/blob/master/README.md", + "sourceUrl": "https://github.com/MockbaTheBorg/MockbaModular", + "donateUrl": "http://paypal.me/MockbaTheBorg", + "changelogUrl": "", + "modules": [ + { + "slug": "Feidah", + "name": "Feidah", + "description": "Simple signal fader", + "tags": [ + "Utility" + ] + }, + { + "slug": "UDPClockMaster", + "name": "Mastah", + "description": "UDP Clock Synchronizer (Master)", + "tags": [ + "Utility" + ] + }, + { + "slug": "UDPClockSlave", + "name": "Slavah", + "description": "UDP Clock Synchronizer (Slave)", + "tags": [ + "Utility" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/pfzzz.json b/manifests/pfzzz.json index 84f83bc6..3bf6de69 100644 --- a/manifests/pfzzz.json +++ b/manifests/pfzzz.json @@ -1,7 +1,7 @@ { "slug": "pfzzz", "name": "Pfzzz", - "version": "1.0.3", + "version": "1.0.4", "license": "GPL-3.0-or-later", "brand": "Pfzzz", "author": "Omar Shaban",