diff --git a/README.md b/README.md
index 7d70d3b..197a3c7 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.1
+ 1.1.0
```
@@ -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.1'
+implementation 'org.extism.sdk:extism:1.1.0'
```
## Getting Started
diff --git a/pom.xml b/pom.xml
index fb43462..9d052af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.extism.sdk
extism
jar
- 1.0.1
+ 1.1.0
extism
https://github.com/extism/extism
Java-SDK for Extism to use webassembly from Java
@@ -100,6 +100,20 @@
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 3.2.7
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
org.jreleaser
jreleaser-maven-plugin
@@ -138,8 +152,29 @@
+
+
+ ossrh
+ https://s01.oss.sonatype.org/content/repositories/snapshots
+
+
+ ossrh
+ https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.7.0
+ true
+
+ ossrh
+ https://s01.oss.sonatype.org/
+
+
org.apache.maven.plugins
maven-compiler-plugin