We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6a9ba commit a7cbe8cCopy full SHA for a7cbe8c
README.md
@@ -15,7 +15,7 @@ A [Java](http://www.java.com) client for the [NATS messaging system](https://nat
15
16
#### Releases
17
18
-The current stable release is 0.4.0, available on Maven Central.
+The current stable release is 0.4.1, available on Maven Central.
19
Add the following dependency to your project's `pom.xml`:
20
21
```xml
@@ -24,7 +24,7 @@ Add the following dependency to your project's `pom.xml`:
24
<dependency>
25
<groupId>io.nats</groupId>
26
<artifactId>jnats</artifactId>
27
- <version>0.4.0</version>
+ <version>0.4.1</version>
28
</dependency>
29
</dependencies>
30
```
0 commit comments