Skip to content

Commit ce5ff61

Browse files
committed
Updated readme file
1 parent 36bb806 commit ce5ff61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
* Add dependency
3838
* Gradle
3939
```groovy
40-
implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.0.0-RELEASE'
40+
implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.0.1-RELEASE'
4141
```
4242
* Maven
4343
```xml
4444
<dependency>
4545
<groupId>com.github.sonus21</groupId>
4646
<artifactId>rqueue-spring-boot-starter</artifactId>
47-
<version>2.0.0-RELEASE</version>
47+
<version>2.0.1-RELEASE</version>
4848
</dependency>
4949
```
5050
@@ -54,14 +54,14 @@
5454
* Add Dependency
5555
* Gradle
5656
```groovy
57-
implementation 'com.github.sonus21:rqueue-spring:2.0.0-RELEASE'
57+
implementation 'com.github.sonus21:rqueue-spring:2.0.1-RELEASE'
5858
```
5959
* Maven
6060
```xml
6161
<dependency>
6262
<groupId>com.github.sonus21</groupId>
6363
<artifactId>rqueue-spring</artifactId>
64-
<version>2.0.0-RELEASE</version>
64+
<version>2.0.1-RELEASE</version>
6565
</dependency>
6666
```
6767

0 commit comments

Comments
 (0)