Skip to content

Commit

Permalink
release: 1.0.1 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx authored Apr 22, 2024
1 parent 5c31fc8 commit 1448042
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To use the Extism java-sdk with maven you need to add the following dependency t
<dependency>
<groupId>org.extism.sdk</groupId>
<artifactId>extism</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand All @@ -39,7 +39,7 @@ To use the Extism java-sdk with maven you need to add the following dependency t
To use the Extism java-sdk with maven you need to add the following dependency to your `build.gradle` file:

```
implementation 'org.extism.sdk:extism:1.0.0'
implementation 'org.extism.sdk:extism:1.0.1'
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.extism.sdk</groupId>
<artifactId>extism</artifactId>
<packaging>jar</packaging>
<version>1.0.0</version>
<version>1.0.1</version>
<name>extism</name>
<url>https://github.com/extism/extism</url>
<description>Java-SDK for Extism to use webassembly from Java</description>
Expand Down

0 comments on commit 1448042

Please sign in to comment.