Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rotdrop committed Aug 1, 2023
1 parent 10c1628 commit 9defd6a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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.3-rc1] - unreleased

### Added

- Support NC 26 and 27

## [1.1.2] - 2023-03-23

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>PDF Downloader</name>
<summary>Recursive PDF Downloader</summary>
<description><![CDATA[Recursively convert entire directory trees to PDF and provide the resulting document as download]]></description>
<version>1.1.2</version>
<version>1.1.3-rc1</version>
<licence>agpl</licence>
<author mail="[email protected]">Claus-Justus Heine</author>
<namespace>PdfDownloader</namespace>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdf-downloader",
"version": "1.1.2",
"version": "1.1.3-rc1",
"private": true,
"description": "Recusively convert entire directory trees to PDF and provide the resulting document as download",
"homepage": "https://github.com/rotdrop/nextcloud-app-pdf-downloader.git",
Expand Down

0 comments on commit 9defd6a

Please sign in to comment.