Update to Matterbridge v1.23.2

Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
Gary Kim 2021-10-18 15:17:21 -04:00
Родитель be5d2225ff
Коммит a8ebd9b9d1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9349B59FB54594AC
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -2,7 +2,7 @@
app_name=talk_matterbridge
matterbridge_version=1.22.3
matterbridge_version=1.23.2
project_dir=$(CURDIR)/../$(app_name)
build_dir=$(CURDIR)/build/artifacts

Просмотреть файл

@ -9,7 +9,7 @@ This allows admins to easily install and keep updated the Matterbridge binaries
Binary is licensed under Apache-2.0 License.]]></description>
<version>1.22.4</version>
<version>1.23.2</version>
<licence>agpl</licence>
<author>Gary Kim</author>

Просмотреть файл

@ -31,7 +31,7 @@ use OCP\Migration\IRepairStep;
class RegisterBinary implements IRepairStep {
public const VERSION = '1.22.3';
public const VERSION = '1.23.2';
/** @var IConfig */
protected $config;