Skip to content

Commit 3d818f3

Browse files
authored
Changed version description from 1.1 to 1.2
1 parent 3ae738e commit 3d818f3

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
@@ -33,14 +33,14 @@ Add Dependency
3333
* Get latest one from [Maven central](https://search.maven.org/search?q=g:com.github.sonus21%20AND%20a:rqueue-spring-boot-starter)
3434
* Gradle
3535
```groovy
36-
implementation 'com.github.sonus21:rqueue-spring-boot-starter:1.1-RELEASE'
36+
implementation 'com.github.sonus21:rqueue-spring-boot-starter:1.2-RELEASE'
3737
```
3838
* Maven
3939
```xml
4040
<dependency>
4141
<groupId>com.github.sonus21</groupId>
4242
<artifactId>rqueue-spring-boot-starter</artifactId>
43-
<version>1.1-RELEASE</version>
43+
<version>1.2-RELEASE</version>
4444
<type>pom</type>
4545
</dependency>
4646
```
@@ -51,14 +51,14 @@ Add Dependency
5151
Get latest one from [Maven central](https://search.maven.org/search?q=g:com.github.sonus21%20AND%20a:rqueue-spring)
5252
* Gradle
5353
```groovy
54-
implementation 'com.github.sonus21:rqueue-spring:1.1-RELEASE'
54+
implementation 'com.github.sonus21:rqueue-spring:1.2-RELEASE'
5555
```
5656
* Maven
5757
```xml
5858
<dependency>
5959
<groupId>com.github.sonus21</groupId>
6060
<artifactId>rqueue-spring</artifactId>
61-
<version>1.1-RELEASE</version>
61+
<version>1.2-RELEASE</version>
6262
<type>pom</type>
6363
</dependency>
6464
```

0 commit comments

Comments
 (0)