From ab1297aee01b0de6f4e008631f72d380fb975b43 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sun, 22 Oct 2023 23:14:18 +0100 Subject: [PATCH] Version bump and readme change --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bf49a7ef..c650f5d19 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Feel free to request any features or bug fixes either in github issues or our [D ## **PDF Features** ### **Page Operations** -- View and modify PDFs (current support is for annotating, drawing, and adding images). +- View and modify PDFs - View multi page PDFs with custom viewing sorting and searching. Plus on page edit features like annotate, draw and adding text and images. (Using PDF.js with Joxit and Liberation.Liberation fonts) - Full interactive GUI for merging/splitting/rotating/moving PDFs and their pages. - Merge multiple PDFs together into a single resultant file. - Split PDFs into multiple files at specified page numbers or extract all pages as individual files. diff --git a/build.gradle b/build.gradle index d020f2a9c..ce072026c 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'stirling.software' -version = '0.14.5' +version = '0.15.0' sourceCompatibility = '17' repositories {