Merge pull request #49 from nextcloud/matterbridge/1.22.2

Update Matterbridge to v1.22.2
This commit is contained in:
Gary Kim 2021-06-02 09:37:45 -04:00 committed by GitHub
commit 40ee746d2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -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.2</version>
<version>1.22.3</version>
<licence>agpl</licence>
<author>Gary Kim</author>

View file

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