mirror of
https://github.com/nextcloud/talk_matterbridge.git
synced 2025-12-18 05:20:37 +01:00
Merge pull request #6 from nextcloud/update/1.18.3
Update Matterbridge to v1.18.3
This commit is contained in:
commit
cf9148be08
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
app_name=talk_matterbridge
|
||||
|
||||
matterbridge_version=1.18.2
|
||||
matterbridge_version=1.18.3
|
||||
|
||||
project_dir=$(CURDIR)/../$(app_name)
|
||||
build_dir=$(CURDIR)/build/artifacts
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ It allows easy installation and updates of the binary in the known ways.
|
|||
|
||||
Binary is licensed under Apache-2.0 License.]]></description>
|
||||
|
||||
<version>1.18.2</version>
|
||||
<version>1.18.3</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.2';
|
||||
public const VERSION = '1.18.3';
|
||||
|
||||
/** @var IConfig */
|
||||
protected $config;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue