mirror of
https://github.com/nextcloud/talk_matterbridge.git
synced 2025-12-17 21:12:08 +01:00
Merge pull request #99 from nextcloud/matterbridge/1.26.0
This commit is contained in:
commit
b4e22b20da
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
app_name=talk_matterbridge
|
app_name=talk_matterbridge
|
||||||
|
|
||||||
matterbridge_version=1.25.2
|
matterbridge_version=1.26.0
|
||||||
|
|
||||||
project_dir=$(CURDIR)/../$(app_name)
|
project_dir=$(CURDIR)/../$(app_name)
|
||||||
build_dir=$(CURDIR)/build/artifacts
|
build_dir=$(CURDIR)/build/artifacts
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ use OCP\Migration\IRepairStep;
|
||||||
|
|
||||||
class RegisterBinary implements IRepairStep {
|
class RegisterBinary implements IRepairStep {
|
||||||
|
|
||||||
public const VERSION = '1.25.2';
|
public const VERSION = '1.26.0';
|
||||||
|
|
||||||
/** @var IConfig */
|
/** @var IConfig */
|
||||||
protected $config;
|
protected $config;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue