We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1961a29 commit 141ada1Copy full SHA for 141ada1
encon/README.md
@@ -21,7 +21,7 @@ Adding encon's dependency to your `JVM` app:
21
<dependency>
22
<groupId>io.appulse.encon</groupId>
23
<artifactId>encon</artifactId>
24
- <version>1.6.0</version>
+ <version>1.6.1</version>
25
</dependency>
26
...
27
</dependencies>
@@ -30,7 +30,7 @@ Adding encon's dependency to your `JVM` app:
30
**Gradle**:
31
32
```groovy
33
-compile 'io.appulse.encon:encon:1.6.0'
+compile 'io.appulse.encon:encon:1.6.1'
34
```
35
36
## Start the Node
0 commit comments