Skip to content

Commit

Permalink
Updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
sonus21 committed May 17, 2020
1 parent 36bb806 commit ce5ff61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
* Add dependency
* Gradle
```groovy
implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.0.0-RELEASE'
implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.0.1-RELEASE'
```
* Maven
```xml
<dependency>
<groupId>com.github.sonus21</groupId>
<artifactId>rqueue-spring-boot-starter</artifactId>
<version>2.0.0-RELEASE</version>
<version>2.0.1-RELEASE</version>
</dependency>
```

Expand All @@ -54,14 +54,14 @@
* Add Dependency
* Gradle
```groovy
implementation 'com.github.sonus21:rqueue-spring:2.0.0-RELEASE'
implementation 'com.github.sonus21:rqueue-spring:2.0.1-RELEASE'
```
* Maven
```xml
<dependency>
<groupId>com.github.sonus21</groupId>
<artifactId>rqueue-spring</artifactId>
<version>2.0.0-RELEASE</version>
<version>2.0.1-RELEASE</version>
</dependency>
```

Expand Down

0 comments on commit ce5ff61

Please sign in to comment.