diff --git a/README.md b/README.md
index d34adb4..8e5e1ee 100644
--- a/README.md
+++ b/README.md
@@ -15,18 +15,18 @@ Add the following dependency tag to your `pom.xml` file:
edu.uiowa.cs.clc
kind2-java-api
- 0.3.6
+ 0.3.7
```
#### Gradle
Add the following dependency DSL to your `build.gradle` file:
```groovy
-implementation 'edu.uiowa.cs.clc:kind2-java-api:0.3.6'
+implementation 'edu.uiowa.cs.clc:kind2-java-api:0.3.7'
```
#### Other build management tools
-Go to [Maven Central](https://search.maven.org/artifact/edu.uiowa.cs.clc/kind2-java-api/0.3.6/jar) and copy the appropriate code snippet for your build management tool.
+Go to [Maven Central](https://search.maven.org/artifact/edu.uiowa.cs.clc/kind2-java-api/0.3.7/jar) and copy the appropriate code snippet for your build management tool.
### Install artifact from Github Packages
#### Maven
@@ -44,7 +44,7 @@ Go to [Maven Central](https://search.maven.org/artifact/edu.uiowa.cs.clc/kind2-j
edu.uiowa.cs.clc
kind2-java-api
- 0.3.6
+ 0.3.7
```
@@ -59,7 +59,7 @@ Go to [Maven Central](https://search.maven.org/artifact/edu.uiowa.cs.clc/kind2-j
```
3. Add the following dependency DSL to your `build.gradle` file:
```groovy
- implementation 'edu.uiowa.cs.clc:kind2-java-api:0.3.6'
+ implementation 'edu.uiowa.cs.clc:kind2-java-api:0.3.7'
```
### Build from sources