We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362384e commit 0af92c0Copy full SHA for 0af92c0
1 file changed
README.md
@@ -37,7 +37,7 @@ Add this dependency to your project's POM:
37
<dependency>
38
<groupId>cloud.artik</groupId>
39
<artifactId>artikcloud-java</artifactId>
40
- <version>2.2.0</version>
+ <version>2.2.1</version>
41
<scope>compile</scope>
42
</dependency>
43
```
@@ -47,7 +47,7 @@ Add this dependency to your project's POM:
47
Add this dependency to your project's build file:
48
49
```groovy
50
-compile "cloud.artik:artikcloud-java:2.2.0"
+compile "cloud.artik:artikcloud-java:2.2.1"
51
52
53
### Others
@@ -58,7 +58,7 @@ At first generate the JAR by executing:
58
59
Then manually install the following JARs:
60
61
-* target/artikcloud-java-2.2.0.jar
+* target/artikcloud-java-2.2.1.jar
62
* target/lib/*.jar
63
64
## Getting Started
0 commit comments