diff --git a/README.md b/README.md index 4bf49a7e..c650f5d1 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 d020f2a9..ce072026 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 {