Skip to content

Commit 20a10dd

Browse files
committed
Bump to 0.5.5
1 parent b0d5639 commit 20a10dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ Add the following dependency tag to your `pom.xml` file:
1515
<dependency>
1616
<groupId>edu.uiowa.cs.clc</groupId>
1717
<artifactId>kind2-java-api</artifactId>
18-
<version>0.5.4</version>
18+
<version>0.5.5</version>
1919
</dependency>
2020
```
2121

2222
#### Gradle
2323
Add the following dependency DSL to your `build.gradle` file:
2424
```groovy
25-
implementation 'edu.uiowa.cs.clc:kind2-java-api:0.5.4'
25+
implementation 'edu.uiowa.cs.clc:kind2-java-api:0.5.5'
2626
```
2727

2828
#### Other build management tools
29-
Go to [Maven Central](https://search.maven.org/artifact/edu.uiowa.cs.clc/kind2-java-api/0.5.4/jar) and copy the appropriate code snippet for your build management tool.
29+
Go to [Maven Central](https://search.maven.org/artifact/edu.uiowa.cs.clc/kind2-java-api/0.5.5/jar) and copy the appropriate code snippet for your build management tool.
3030

3131
### Install artifact from Github Packages
3232
#### Maven
@@ -44,7 +44,7 @@ Go to [Maven Central](https://search.maven.org/artifact/edu.uiowa.cs.clc/kind2-j
4444
<dependency>
4545
<groupId>edu.uiowa.cs.clc</groupId>
4646
<artifactId>kind2-java-api</artifactId>
47-
<version>0.5.4</version>
47+
<version>0.5.5</version>
4848
</dependency>
4949
```
5050

@@ -59,7 +59,7 @@ Go to [Maven Central](https://search.maven.org/artifact/edu.uiowa.cs.clc/kind2-j
5959
```
6060
3. Add the following dependency DSL to your `build.gradle` file:
6161
```groovy
62-
implementation 'edu.uiowa.cs.clc:kind2-java-api:0.5.4'
62+
implementation 'edu.uiowa.cs.clc:kind2-java-api:0.5.5'
6363
```
6464

6565
### Build from sources

0 commit comments

Comments
 (0)