Skip to content

Commit b5ee9d5

Browse files
authored
Updating artifact version (#38)
1 parent de5ff37 commit b5ee9d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ This version does not allow setting most of the local cache properties in favor
1414
<dependency>
1515
<groupId>io.github.suppierk</groupId>
1616
<artifactId>spring-boot-multilevel-cache-starter</artifactId>
17-
<version>3.3.3.0</version>
17+
<version>3.3.4.0</version>
1818
</dependency>
1919
```
2020

2121
### Gradle
2222
```groovy
23-
implementation 'io.github.suppierk:spring-boot-multilevel-cache-starter:3.3.3.0'
23+
implementation 'io.github.suppierk:spring-boot-multilevel-cache-starter:3.3.4.0'
2424
```
2525

2626
## Use cases

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SONATYPE_AUTOMATIC_RELEASE=true
2727

2828
GROUP=io.github.suppierk
2929
POM_ARTIFACT_ID=spring-boot-multilevel-cache-starter
30-
VERSION_NAME=3.3.3.0
30+
VERSION_NAME=3.3.4.0
3131
POM_PACKAGING=jar
3232

3333
POM_NAME=Spring Boot Multilevel Cache Starter

0 commit comments

Comments
 (0)