diff --git a/README.md b/README.md index 83ba496..7d70d3b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To use the Extism java-sdk with maven you need to add the following dependency t org.extism.sdk extism - 1.0.0 + 1.0.1 ``` @@ -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 diff --git a/pom.xml b/pom.xml index e2f78d4..fb43462 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.extism.sdk extism jar - 1.0.0 + 1.0.1 extism https://github.com/extism/extism Java-SDK for Extism to use webassembly from Java