Skip to content

Commit cfcc6d0

Browse files
dfa1claude
andcommitted
docs: bump install snippets to vortex 0.4.0
README and tutorial both showed the previous v0.3.2 Maven coordinates; 0.4.0 is now live on Maven Central. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 75f5b4f commit cfcc6d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ for zero-copy memory-mapped reads.
2727
<dependency>
2828
<groupId>io.github.dfa1.vortex</groupId>
2929
<artifactId>vortex-reader</artifactId>
30-
<version>0.3.2</version>
30+
<version>0.4.0</version>
3131
</dependency>
3232
```
3333

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.3.2</version>
29+
<version>0.4.0</version>
3030
</dependency>
3131
```
3232

0 commit comments

Comments
 (0)