Skip to content

Commit

Permalink
Update to Matterbridge v1.25.2
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Kim <gary@garykim.dev>
  • Loading branch information
gary-kim committed Jul 22, 2022
1 parent 6e13101 commit 0b15a49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.23.2</version>
<version>1.25.2</version>
<licence>agpl</licence>

<author>Gary Kim</author>
Expand Down
2 changes: 1 addition & 1 deletion lib/Migration/RegisterBinary.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

class RegisterBinary implements IRepairStep {

public const VERSION = '1.23.2';
public const VERSION = '1.25.2';

/** @var IConfig */
protected $config;
Expand Down

0 comments on commit 0b15a49

Please sign in to comment.