From b0cfb1e31bf0f77affc3f7b0064571ed1a702b31 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine Date: Mon, 11 Mar 2024 20:35:04 +0100 Subject: [PATCH] Bump version to 1.1.0-rc3, support >= NC 26. --- CHANGELOG.md | 4 ++-- appinfo/info.xml | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b272f5..13d0f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.1.0-rc2] - unreleased +## [1.1.0-rc3] - unreleased ### Added @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed -- drop support for Nextcloud <= v26 +- drop support for Nextcloud < v26 - Required dependencies (jq, python-tabulate have been added) (courtesy @HLFH) diff --git a/appinfo/info.xml b/appinfo/info.xml index 982071d..1c7f58d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ Integrates an existing RoundCube standalone email-webapp into NextCloud, with optional SSO. - 1.1.0-rc2 + 1.1.0-rc3 agpl Claus-Justus Heine Martin Reinhardt @@ -18,7 +18,7 @@ social+ - + https://github.com/rotdrop/nextcloud-roundcube/issues https://github.com/rotdrop/nextcloud-roundcube/ diff --git a/package.json b/package.json index 852591d..061d5e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mail_roundcube", - "version": "1.1.0-rc2", + "version": "1.1.0-rc3", "private": true, "description": "RoundCube Mail NextCloud Plugin", "homepage": "https://github.com/rotdrop/nextcloud-roundcube.git",