Skip to content

Commit 1448042

Browse files
authored
release: 1.0.1 (#24)
1 parent 5c31fc8 commit 1448042

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff 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
3939
To 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

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)