Skip to content

Commit b59b944

Browse files
committed
README.md updated
1 parent 1e3a523 commit b59b944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ It allows you to group cached methods by tags and evict cache entries by one or
2727
<dependency>
2828
<groupId>io.github.intellinside</groupId>
2929
<artifactId>spring-boot-starter-cache-tags</artifactId>
30-
<version>0.1.0</version>
30+
<version>0.2.0</version>
3131
</dependency>
3232
```
3333

3434
#### Gradle
3535
```groovy
36-
implementation 'io.github.intellinside:spring-boot-starter-cache-tags:0.1.0'
36+
implementation 'io.github.intellinside:spring-boot-starter-cache-tags:0.2.0'
3737
```
3838

3939
### Basic Example

0 commit comments

Comments
 (0)