We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5113f94 commit 334cb73Copy full SHA for 334cb73
CHANGELOG.txt
@@ -1,5 +1,8 @@
1
== Changelog
2
3
+=== 2.0.1 (under construction)
4
+* TBD
5
+
6
=== 2.0.0 (released 01.07.2025)
7
* upgrade to Java 11+
8
* Bump pdfbox from 3.0.4 to 3.0.5
build.gradle
@@ -14,7 +14,7 @@ plugins {
14
15
group = 'com.codeborne'
16
archivesBaseName = 'pdf-test'
17
-version = '2.0.0'
+version = '2.0.1-SNAPSHOT'
18
19
defaultTasks 'test', 'install'
20
0 commit comments