Skip to content

Commit

Permalink
Merge pull request #70 from nextcloud/matterbridge/1.25.2
Browse files Browse the repository at this point in the history
Update to Matterbridge v1.25.2
  • Loading branch information
nickvergessen authored Jul 23, 2022
2 parents 6e13101 + 0b15a49 commit 8db128a
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 8db128a

Please sign in to comment.