From d8892bd074486a038a2961396a268affb88c5e32 Mon Sep 17 00:00:00 2001 From: samin-z Date: Thu, 7 May 2026 11:26:00 +0200 Subject: [PATCH] release/v0.9.11 Signed-off-by: samin-z --- CHANGELOG.md | 5 +++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4afa034992..7041c54804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ # Changelog +## 0.9.11 + +### Fixed +* [stable0.9] Fix ownership by @backportbot[bot] in https://github.com/nextcloud/tables/pull/2577 + ## 0.9.10 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index a7d7ca3ce0..dd6c388032 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -26,7 +26,7 @@ Share your tables and views with users and groups within your cloud. Have a good time and manage whatever you want. ]]> - 0.9.10 + 0.9.11 agpl Florian Steffens Tables diff --git a/package-lock.json b/package-lock.json index eb91af2ccf..edf2273be2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tables", - "version": "0.9.10", + "version": "0.9.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tables", - "version": "0.9.10", + "version": "0.9.11", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index a000870ee3..37496cf7e9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "0.9.10", + "version": "0.9.11", "author": "Florian Steffens