Skip to content

Commit

Permalink
Update maven version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eoctet committed Sep 29, 2023
1 parent 34b1081 commit 9bdf337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>chat.octet</groupId>
<artifactId>llama-java-core</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Another simple Java bindings for 🦙 [**llama.cpp**](https://github.com/ggergan
<dependency>
<groupId>chat.octet</groupId>
<artifactId>llama-java-core</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
```

Expand Down

0 comments on commit 9bdf337

Please sign in to comment.