Skip to content

Commit

Permalink
Update README with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Jan 21, 2025
1 parent 6a3f699 commit f32b3ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Add the following to your maven POM file for Linux x64
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>tkrzw-linux-x64</artifactId>
<version>0.0.8</version>
<version>0.0.9</version>
</dependency>
```

Expand All @@ -71,7 +71,7 @@ Or MacOS arm64 (Apple silicon)
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>tkrzw-macos-arm64</artifactId>
<version>0.0.8</version>
<version>0.0.9</version>
</dependency>
```

Expand All @@ -81,7 +81,7 @@ Or for all operating system & arches
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>tkrzw-all-natives</artifactId>
<version>0.0.8</version>
<version>0.0.9</version>
</dependency>
```

Expand All @@ -93,7 +93,7 @@ To simplify versions, you may optionally want to import our BOM (bill of materia
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>tkrzw-bom</artifactId>
<version>0.0.8</version>
<version>0.0.9</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit f32b3ac

Please sign in to comment.