Skip to content

Commit 3da18fd

Browse files
authored
chore: prepare release v0.7.0 (#368)
1 parent 210f7a5 commit 3da18fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ repositories {
6565
}
6666

6767
dependencies {
68-
api(platform("io.github.xanthic.cache:cache-bom:0.6.2")) // Specify the latest version here
68+
api(platform("io.github.xanthic.cache:cache-bom:0.7.0")) // Specify the latest version here
6969
api(group = "io.github.xanthic.cache", name = "cache-core") // For library devs
7070
implementation(group = "io.github.xanthic.cache", name = "cache-provider-caffeine") // For application devs; can select any provider
7171
}
@@ -80,7 +80,7 @@ dependencies {
8080
<groupId>io.github.xanthic.cache</groupId>
8181
<artifactId>cache-bom</artifactId>
8282
<!-- Specify the latest version here -->
83-
<version>0.6.2</version>
83+
<version>0.7.0</version>
8484
<scope>import</scope>
8585
<type>pom</type>
8686
</dependency>

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ allprojects {
1414
}
1515

1616
group = "io.github.xanthic.cache"
17-
version = "0.6.2"
17+
version = "0.7.0"
1818
}
1919

2020
subprojects {

0 commit comments

Comments
 (0)