Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
Signed-off-by: Abdalrhman M Mohamed <[email protected]>
  • Loading branch information
abdoo8080 committed Jan 14, 2021
1 parent 2ff3596 commit 482a709
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ Add the following dependency tag to your `pom.xml` file:
<dependency>
<groupId>edu.uiowa.cs.clc</groupId>
<artifactId>kind2-java-api</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
```

#### Gradle
Add the following dependency DSL to your `build.gradle` file:
```groovy
implementation 'edu.uiowa.cs.clc:kind2-java-api:0.2.0'
implementation 'edu.uiowa.cs.clc:kind2-java-api:0.2.1'
```

#### Other build management tools
Go to [Maven Central](https://search.maven.org/artifact/edu.uiowa.cs.clc/kind2-java-api/0.2.0/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.2.1/jar) and copy the appropriate code snippet for your build management tool.

### Install artifact from Github Packages
#### Maven
Expand All @@ -44,7 +44,7 @@ Go to [Maven Central](https://search.maven.org/artifact/edu.uiowa.cs.clc/kind2-j
<dependency>
<groupId>edu.uiowa.cs.clc</groupId>
<artifactId>kind2-java-api</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
```

Expand All @@ -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.2.0'
implementation 'edu.uiowa.cs.clc:kind2-java-api:0.2.1'
```

### Build from sources
Expand Down

0 comments on commit 482a709

Please sign in to comment.