Skip to content

Commit 0af92c0

Browse files
committed
DX-1446 update README for ver2.2.1
1 parent 362384e commit 0af92c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Add this dependency to your project's POM:
3737
<dependency>
3838
<groupId>cloud.artik</groupId>
3939
<artifactId>artikcloud-java</artifactId>
40-
<version>2.2.0</version>
40+
<version>2.2.1</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
```
@@ -47,7 +47,7 @@ Add this dependency to your project's POM:
4747
Add this dependency to your project's build file:
4848

4949
```groovy
50-
compile "cloud.artik:artikcloud-java:2.2.0"
50+
compile "cloud.artik:artikcloud-java:2.2.1"
5151
```
5252

5353
### Others
@@ -58,7 +58,7 @@ At first generate the JAR by executing:
5858

5959
Then manually install the following JARs:
6060

61-
* target/artikcloud-java-2.2.0.jar
61+
* target/artikcloud-java-2.2.1.jar
6262
* target/lib/*.jar
6363

6464
## Getting Started

0 commit comments

Comments
 (0)