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 +}