Skip to content

Commit

Permalink
Updating artifact version (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuppieRK authored Sep 23, 2024
1 parent de5ff37 commit b5ee9d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ This version does not allow setting most of the local cache properties in favor
<dependency>
<groupId>io.github.suppierk</groupId>
<artifactId>spring-boot-multilevel-cache-starter</artifactId>
<version>3.3.3.0</version>
<version>3.3.4.0</version>
</dependency>
```

### Gradle
```groovy
implementation 'io.github.suppierk:spring-boot-multilevel-cache-starter:3.3.3.0'
implementation 'io.github.suppierk:spring-boot-multilevel-cache-starter:3.3.4.0'
```

## Use cases
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SONATYPE_AUTOMATIC_RELEASE=true

GROUP=io.github.suppierk
POM_ARTIFACT_ID=spring-boot-multilevel-cache-starter
VERSION_NAME=3.3.3.0
VERSION_NAME=3.3.4.0
POM_PACKAGING=jar

POM_NAME=Spring Boot Multilevel Cache Starter
Expand Down

0 comments on commit b5ee9d5

Please sign in to comment.