Skip to content

Commit 208de24

Browse files
dfa1claude
andcommitted
docs: bump Maven coordinate examples to 0.12.2
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 71a341e commit 208de24

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ line-by-line diff is zero.
6666
<dependency>
6767
<groupId>io.github.dfa1.vortex</groupId>
6868
<artifactId>vortex-reader</artifactId>
69-
<version>0.12.1</version>
69+
<version>0.12.2</version>
7070
</dependency>
7171
```
7272

@@ -99,7 +99,7 @@ try (VortexReader vf = VortexReader.open(Path.of("data/example.vortex"));
9999
<dependency>
100100
<groupId>io.github.dfa1.vortex</groupId>
101101
<artifactId>vortex-writer</artifactId>
102-
<version>0.12.1</version>
102+
<version>0.12.2</version>
103103
</dependency>
104104
```
105105

docs/compatibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ A consumer that only needs to read Vortex files can depend on a strict subset:
1212
<dependency>
1313
<groupId>io.github.dfa1.vortex</groupId>
1414
<artifactId>vortex-reader</artifactId>
15-
<version>0.12.1</version>
15+
<version>0.12.2</version>
1616
</dependency>
1717

1818
<!-- optional: inspector for layout-tree introspection -->
1919
<dependency>
2020
<groupId>io.github.dfa1.vortex</groupId>
2121
<artifactId>vortex-inspector</artifactId>
22-
<version>0.12.1</version>
22+
<version>0.12.2</version>
2323
</dependency>
2424
```
2525

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add the dependency to `pom.xml` (inside `<dependencies>`):
2626
<dependency>
2727
<groupId>io.github.dfa1.vortex</groupId>
2828
<artifactId>vortex-reader</artifactId>
29-
<version>0.12.1</version>
29+
<version>0.12.2</version>
3030
</dependency>
3131
```
3232

0 commit comments

Comments
 (0)