File tree 2 files changed +3
-3
lines changed
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
30
30
<dependency >
31
31
<groupId >org.extism.sdk</groupId >
32
32
<artifactId >extism</artifactId >
33
- <version >1.0.0 </version >
33
+ <version >1.0.1 </version >
34
34
</dependency >
35
35
```
36
36
@@ -39,7 +39,7 @@ To use the Extism java-sdk with maven you need to add the following dependency t
39
39
To use the Extism java-sdk with maven you need to add the following dependency to your ` build.gradle ` file:
40
40
41
41
```
42
- implementation 'org.extism.sdk:extism:1.0.0 '
42
+ implementation 'org.extism.sdk:extism:1.0.1 '
43
43
```
44
44
45
45
## Getting Started
Original file line number Diff line number Diff line change 5
5
<groupId >org.extism.sdk</groupId >
6
6
<artifactId >extism</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.0.0 </version >
8
+ <version >1.0.1 </version >
9
9
<name >extism</name >
10
10
<url >https://github.com/extism/extism</url >
11
11
<description >Java-SDK for Extism to use webassembly from Java</description >
You can’t perform that action at this time.
0 commit comments