From 2e206f8ddb2952476f3b67f40f0e00f2f6981158 Mon Sep 17 00:00:00 2001 From: Abdalrhman M Mohamed Date: Thu, 21 Jan 2021 11:18:38 -0600 Subject: [PATCH] Bump version. Signed-off-by: Abdalrhman M Mohamed --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3748ee6..6098d64 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.2.1 + 0.2.2 ``` #### Gradle Add the following dependency DSL to your `build.gradle` file: ```groovy -implementation 'edu.uiowa.cs.clc:kind2-java-api:0.2.1' +implementation 'edu.uiowa.cs.clc:kind2-java-api:0.2.2' ``` #### Other build management tools -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. +Go to [Maven Central](https://search.maven.org/artifact/edu.uiowa.cs.clc/kind2-java-api/0.2.2/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.2.1 + 0.2.2 ``` @@ -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.1' + implementation 'edu.uiowa.cs.clc:kind2-java-api:0.2.2' ``` ### Build from sources