Update Matterbridge to v1.19.0
Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
Родитель
52d5f495cb
Коммит
8aee713ff0
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
|||
|
||||
app_name=talk_matterbridge
|
||||
|
||||
matterbridge_version=1.18.3
|
||||
matterbridge_version=1.19.0
|
||||
|
||||
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.18.3</version>
|
||||
<version>1.19.0</version>
|
||||
<licence>agpl</licence>
|
||||
|
||||
<author>Gary Kim</author>
|
||||
|
|
|
@ -31,7 +31,7 @@ use OCP\Migration\IRepairStep;
|
|||
|
||||
class RegisterBinary implements IRepairStep {
|
||||
|
||||
public const VERSION = '1.18.3';
|
||||
public const VERSION = '1.19.0';
|
||||
|
||||
/** @var IConfig */
|
||||
protected $config;
|
||||
|
|
Загрузка…
Ссылка в новой задаче