Skip to content

Commit

Permalink
Changed version description from 1.1 to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sonus21 committed Nov 18, 2019
1 parent 3ae738e commit 3d818f3
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 @@ -33,14 +33,14 @@ Add Dependency
* Get latest one from [Maven central](https://search.maven.org/search?q=g:com.github.sonus21%20AND%20a:rqueue-spring-boot-starter)
* Gradle
```groovy
implementation 'com.github.sonus21:rqueue-spring-boot-starter:1.1-RELEASE'
implementation 'com.github.sonus21:rqueue-spring-boot-starter:1.2-RELEASE'
```
* Maven
```xml
<dependency>
<groupId>com.github.sonus21</groupId>
<artifactId>rqueue-spring-boot-starter</artifactId>
<version>1.1-RELEASE</version>
<version>1.2-RELEASE</version>
<type>pom</type>
</dependency>
```
Expand All @@ -51,14 +51,14 @@ Add Dependency
Get latest one from [Maven central](https://search.maven.org/search?q=g:com.github.sonus21%20AND%20a:rqueue-spring)
* Gradle
```groovy
implementation 'com.github.sonus21:rqueue-spring:1.1-RELEASE'
implementation 'com.github.sonus21:rqueue-spring:1.2-RELEASE'
```
* Maven
```xml
<dependency>
<groupId>com.github.sonus21</groupId>
<artifactId>rqueue-spring</artifactId>
<version>1.1-RELEASE</version>
<version>1.2-RELEASE</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit 3d818f3

Please sign in to comment.