File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ To use the Extism java-sdk with maven you need to add the following dependency t
3030<dependency >
3131 <groupId >org.extism.sdk</groupId >
3232 <artifactId >extism</artifactId >
33- <version >1.0.0 </version >
33+ <version >1.0.1 </version >
3434</dependency >
3535```
3636
@@ -39,7 +39,7 @@ To use the Extism java-sdk with maven you need to add the following dependency t
3939To use the Extism java-sdk with maven you need to add the following dependency to your ` build.gradle ` file:
4040
4141```
42- implementation 'org.extism.sdk:extism:1.0.0 '
42+ implementation 'org.extism.sdk:extism:1.0.1 '
4343```
4444
4545## Getting Started
Original file line number Diff line number Diff line change 55 <groupId >org.extism.sdk</groupId >
66 <artifactId >extism</artifactId >
77 <packaging >jar</packaging >
8- <version >1.0.0 </version >
8+ <version >1.0.1 </version >
99 <name >extism</name >
1010 <url >https://github.com/extism/extism</url >
1111 <description >Java-SDK for Extism to use webassembly from Java</description >
You can’t perform that action at this time.
0 commit comments