diff --git a/README.md b/README.md index 26bc89ec..0ead9e02 100644 --- a/README.md +++ b/README.md @@ -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 com.github.sonus21 rqueue-spring-boot-starter - 1.1-RELEASE + 1.2-RELEASE pom ``` @@ -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 com.github.sonus21 rqueue-spring - 1.1-RELEASE + 1.2-RELEASE pom ```