Skip to content

Commit a7cbe8c

Browse files
author
Larry McQueary
committed
Update README.md
1 parent fe6a9ba commit a7cbe8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A [Java](http://www.java.com) client for the [NATS messaging system](https://nat
1515

1616
#### Releases
1717

18-
The current stable release is 0.4.0, available on Maven Central.
18+
The current stable release is 0.4.1, available on Maven Central.
1919
Add the following dependency to your project's `pom.xml`:
2020

2121
```xml
@@ -24,7 +24,7 @@ Add the following dependency to your project's `pom.xml`:
2424
<dependency>
2525
<groupId>io.nats</groupId>
2626
<artifactId>jnats</artifactId>
27-
<version>0.4.0</version>
27+
<version>0.4.1</version>
2828
</dependency>
2929
</dependencies>
3030
```

0 commit comments

Comments
 (0)