Skip to content

Commit 0f3d68b

Browse files
committed
Bump README install snippets to v1.4.1
Root pom and examples/pom were already on 1.4.1 after the v1.4.1 release commit, but the README still advertised v1.4.0 in the current- release line, the Maven/Gradle install snippets, and the JitPack/POM coordinate paragraph. Align all four spots with the published 1.4.1 tag.
1 parent 4d348bc commit 0f3d68b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ What you get out of the box:
3131
- **PDFBox rendering, isolated.** PDF backend lives behind a single backend interface. The DOCX semantic backend (Apache POI) is ready for callers who need an editable file.
3232
- **Tested at every layer.** 525 green tests on `main`, including 41 cinematic-feature tests, public-API leak guards, semantic-vs-engine isolation guards, and a brand-new `PdfVisualRegression` harness for screenshot-level checks.
3333

34-
The current release is **v1.4.0** — the "cinematic" release. v1.3 stabilised the core (rows, per-side borders, auto-size text, DOCX export); v1.4 lands the visual-design layer that turns "tidy PDF" into "designed document".
34+
The current release is **v1.4.1** — the "cinematic" release. v1.3 stabilised the core (rows, per-side borders, auto-size text, DOCX export); v1.4 lands the visual-design layer that turns "tidy PDF" into "designed document".
3535

3636
## Visual preview
3737

@@ -60,7 +60,7 @@ GraphCompose is currently distributed through JitPack.
6060
<dependency>
6161
<groupId>com.github.DemchaAV</groupId>
6262
<artifactId>GraphCompose</artifactId>
63-
<version>v1.4.0</version>
63+
<version>v1.4.1</version>
6464
</dependency>
6565
```
6666

@@ -70,11 +70,11 @@ repositories {
7070
}
7171

7272
dependencies {
73-
implementation("com.github.demchaav:GraphCompose:v1.4.0")
73+
implementation("com.github.demchaav:GraphCompose:v1.4.1")
7474
}
7575
```
7676

77-
The project POM coordinates are `io.github.demchaav:graphcompose:1.4.0`. JitPack keeps the GitHub repository coordinate with a lowercase owner (`com.github.demchaav:GraphCompose:v1.4.0`) and the `v1.4.0` tag. The DOCX backend depends on `org.apache.poi:poi-ooxml`, declared as `optional` &mdash; add it explicitly when you call `session.export(new DocxSemanticBackend())`.
77+
The project POM coordinates are `io.github.demchaav:graphcompose:1.4.1`. JitPack keeps the GitHub repository coordinate with a lowercase owner (`com.github.demchaav:GraphCompose:v1.4.1`) and the `v1.4.1` tag. The DOCX backend depends on `org.apache.poi:poi-ooxml`, declared as `optional` &mdash; add it explicitly when you call `session.export(new DocxSemanticBackend())`.
7878

7979
## Quick start
8080

0 commit comments

Comments
 (0)