diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index a71e453f0..50da0fe24 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -26,6 +26,7 @@ jobs: matrix: branches: - ${{ github.event.repository.default_branch }} + - 'stable32' - 'stable31' - 'stable30' diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index a447b3561..2d006f317 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable31', 'stable30'] + branches: ['main', 'master', 'stable32', 'stable31', 'stable30'] name: update-nextcloud-ocp-${{ matrix.branches }} diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 7a5bfae96..8ff03fecb 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'stable31', 'stable30', 'stable29'] + branches: ['main', 'stable32', 'stable31', 'stable30'] name: update-psalm-baseline-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 9e3287b98..4de2ded24 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform * [Donate with GitHub Sponsor: ![Donate using GitHub Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/libresign) ]]> - 12.0.0-dev.1 + 13.0.0-dev.0 agpl LibreCode @@ -45,7 +45,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform https://buy.stripe.com/eVqfZibhx8QO3LseWc2kw00 openssl - + x86_64 aarch64 diff --git a/package-lock.json b/package-lock.json index 3d49adcac..6c617336a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "12.0.0", + "version": "13.0.0-dev.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "12.0.0", + "version": "13.0.0-dev.0", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.2.6", diff --git a/package.json b/package.json index 32d849040..d7aa212a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "12.0.0", + "version": "13.0.0-dev.0", "license": "agpl", "private": true, "scripts": {