From 29dbb4d61458c762b9d6b4850af5e17aefc9bd38 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Aug 2024 12:51:03 +0200 Subject: [PATCH] feat(deps): Add Nextcloud 31 support on main Signed-off-by: Joas Schilling --- .github/workflows/npm-audit-fix.yml | 2 +- .github/workflows/update-nextcloud-ocp.yml | 2 +- appinfo/info.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 1fd39f62..5ccc57df 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable29', 'stable28', 'stable27'] + branches: ['main', 'master', 'stable30', 'stable29', 'stable28'] name: npm-audit-fix-${{ matrix.branches }} diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index 1508c603..bbeec0c6 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable29', 'stable28'] + branches: ['main', 'master', 'stable30', 'stable29', 'stable28'] name: update-nextcloud-ocp-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 143b25eb..54ea2fb1 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -13,7 +13,7 @@ Allow your users to temporary lock their files to avoid conflicts while working ]]> - 30.0.0 + 31.0.0 agpl Maxence Lange FilesLock @@ -33,7 +33,7 @@ Allow your users to temporary lock their files to avoid conflicts while working https://raw.githubusercontent.com/nextcloud/files_lock/main/screenshots/0.7.0.png - + diff --git a/package-lock.json b/package-lock.json index 3ac86e09..2fc924d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "files_lock", - "version": "29.0.0", + "version": "31.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "files_lock", - "version": "29.0.0", + "version": "31.0.0", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.3.67", diff --git a/package.json b/package.json index aaa68dec..0366898a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "files_lock", - "version": "29.0.0", + "version": "31.0.0", "license": "AGPL-3.0-or-later", "private": true, "type": "module", @@ -54,4 +54,4 @@ "node": "^20", "npm": "^9" } -} \ No newline at end of file +}