From 4d75618e334eaaa4d36b476fd72dfad7e1900405 Mon Sep 17 00:00:00 2001
From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Date: Mon, 8 Sep 2025 10:14:33 -0300
Subject: [PATCH] feat: add support to Nextcloud 33 on main
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
---
.github/workflows/npm-audit-fix.yml | 1 +
.github/workflows/update-nextcloud-ocp.yml | 2 +-
.github/workflows/update-psalm-baseline.yml | 2 +-
appinfo/info.xml | 4 ++--
package-lock.json | 4 ++--
package.json | 2 +-
6 files changed, 8 insertions(+), 7 deletions(-)
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: ](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": {