From c3eccedc261f0f562a1b4fa4c90bdcb9d836acbb Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine Date: Wed, 15 Mar 2023 11:59:49 +0100 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++-- appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 338c9edb..e1ddad41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ 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.2-rc2] - 2023-03-15 +## [1.1.2-rc3] - 2023-03-15 ### Fixed - spelling errors and translations -- broken user preferences causing the app to crash +- handling of a fixed font size for page labels - unsupported command line arguments with old versions of img2pdf ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 26f55fbf..029e7f0c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ PDF Downloader Recursive PDF Downloader - 1.1.2-rc2 + 1.1.2-rc3 agpl Claus-Justus Heine PdfDownloader diff --git a/package.json b/package.json index d518f3df..fed7b678 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pdf-downloader", "description": "Recusively convert entire directory trees to PDF and provide the resulting document as download", - "version": "1.1.2-rc2", + "version": "1.1.2-rc3", "author": "Claus-Justus Heine ", "bugs": { "url": "https://github.com/rotdrop/nextcloud-app-pdf-downloader.git"