Skip to content

Commit

Permalink
version update in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sonus21 committed Jul 30, 2021
1 parent 95f2274 commit 2fdbbe7
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 @@ -71,14 +71,14 @@ Release Version: [Maven central](https://search.maven.org/search?q=g:com.github.
* Add dependency
* Gradle
```groovy
implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.8.0-RELEASE'
implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.9.0-RELEASE'
```
* Maven
```xml
<dependency>
<groupId>com.github.sonus21</groupId>
<artifactId>rqueue-spring-boot-starter</artifactId>
<version>2.8.0-RELEASE</version>
<version>2.9.0-RELEASE</version>
</dependency>
```

Expand All @@ -91,14 +91,14 @@ Release Version: [Maven central](https://search.maven.org/search?q=g:com.github.
* Add Dependency
* Gradle
```groovy
implementation 'com.github.sonus21:rqueue-spring:2.8.0-RELEASE'
implementation 'com.github.sonus21:rqueue-spring:2.9.0-RELEASE'
```
* Maven
```xml
<dependency>
<groupId>com.github.sonus21</groupId>
<artifactId>rqueue-spring</artifactId>
<version>2.8.0-RELEASE</version>
<version>2.9.0-RELEASE</version>
</dependency>
```

Expand Down

0 comments on commit 2fdbbe7

Please sign in to comment.