From 93d1e1259a15db6398445e08fd917c9b5dc9a1e5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 3 May 2023 17:42:55 -0600 Subject: [PATCH] Call broadcast minor update 1.1 --- app/call_broadcast/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/call_broadcast/app_config.php b/app/call_broadcast/app_config.php index dc6f9da024..61846f3388 100644 --- a/app/call_broadcast/app_config.php +++ b/app/call_broadcast/app_config.php @@ -5,7 +5,7 @@ $apps[$x]['uuid'] = "efc11f6b-ed73-9955-4d4d-3a1bed75a056"; $apps[$x]['category'] = "Switch";; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = "1.0"; + $apps[$x]['version'] = "1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Schedule to immediately make multiple calls to the extension, an IVR Menu, Conference Room, or any other number.";