From aba671abbb67265f2939d8e82d9ba2b8f5b83373 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 28 Mar 2024 13:05:15 +0100 Subject: [PATCH] feat(deps): Add Nextcloud 30 support on master Signed-off-by: Joas Schilling --- .github/workflows/update-nextcloud-ocp.yml | 2 +- appinfo/info.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index 2d65b440..7ba334c7 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable28', 'stable27', 'stable26'] + branches: ['main', 'master', 'stable29', 'stable28', 'stable27'] name: update-nextcloud-ocp-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 080507ce..126de15a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ This application allows for automatic deletion of files after a given time. An app for Nextcloud to control automatic deletion of files after a given time. Optionally the users can be informed the day before. - 1.18.0 + 1.19.0 agpl Roeland Jago Douma Files_Retention @@ -24,7 +24,7 @@ Optionally the users can be informed the day before. https://raw.githubusercontent.com/nextcloud/files_retention/master/screenshots/1.png - + diff --git a/package-lock.json b/package-lock.json index 42cb19bb..e7e210f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "files_retention", - "version": "1.18.0", + "version": "1.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "files_retention", - "version": "1.18.0", + "version": "1.19.0", "license": "agpl", "dependencies": { "@nextcloud/auth": "^2.2.1", diff --git a/package.json b/package.json index 47db20da..def23426 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "files_retention", - "version": "1.18.0", + "version": "1.19.0", "author": "Joas Schilling ", "license": "agpl", "private": true,