Skip to content

Commit 828a930

Browse files
committed
Mention 2.1.0 in readme
1 parent 157b827 commit 828a930

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
@@ -26,14 +26,14 @@ Add the following to `pom.xml` for Maven:
2626
<dependency>
2727
<groupId>com.rabbitmq.jms</groupId>
2828
<artifactId>rabbitmq-jms</artifactId>
29-
<version>2.0.0</version>
29+
<version>2.1.0</version>
3030
</dependency>
3131
```
3232

3333
Or the following to `build.gradle` for Gradle:
3434

3535
```
36-
compile 'com.rabbitmq.jms:rabbitmq-jms:2.0.0'
36+
compile 'com.rabbitmq.jms:rabbitmq-jms:2.1.0'
3737
```
3838

3939
### Building from Source

0 commit comments

Comments
 (0)