From 0b15a4979a2d0532aaf189994d39370cd6647379 Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Fri, 22 Jul 2022 17:32:19 -0400 Subject: [PATCH] Update to Matterbridge v1.25.2 Signed-off-by: Gary Kim --- Makefile | 2 +- appinfo/info.xml | 2 +- lib/Migration/RegisterBinary.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c00dc5e..a896ab6 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ app_name=talk_matterbridge -matterbridge_version=1.23.2 +matterbridge_version=1.25.2 project_dir=$(CURDIR)/../$(app_name) build_dir=$(CURDIR)/build/artifacts diff --git a/appinfo/info.xml b/appinfo/info.xml index df4451a..6f2d678 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,7 +9,7 @@ This allows admins to easily install and keep updated the Matterbridge binaries Binary is licensed under Apache-2.0 License.]]> - 1.23.2 + 1.25.2 agpl Gary Kim diff --git a/lib/Migration/RegisterBinary.php b/lib/Migration/RegisterBinary.php index fb51f10..c97d381 100644 --- a/lib/Migration/RegisterBinary.php +++ b/lib/Migration/RegisterBinary.php @@ -31,7 +31,7 @@ class RegisterBinary implements IRepairStep { - public const VERSION = '1.23.2'; + public const VERSION = '1.25.2'; /** @var IConfig */ protected $config;