Skip to content

Commit

Permalink
🔖 Releasing / Version tags. 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbw committed Oct 8, 2022
1 parent e155222 commit 7aa6760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.pig4cloud.plugin</groupId>
<artifactId>multilevel-cache-spring-boot-starter</artifactId>
<version>0.0.8</version>
<version>0.1.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.3</version>
<version>2.7.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.pig4cloud.plugin</groupId>
<artifactId>multilevel-cache-spring-boot-starter</artifactId>
<version>0.0.8</version>
<version>0.1.0</version>
<name>multilevel-cache-spring-boot-starter</name>
<description>support L1 caffeine and L2 redis cache</description>
<url>https://pig4cloud.com</url>
Expand Down

0 comments on commit 7aa6760

Please sign in to comment.