Skip to content

Commit 5ba95ed

Browse files
authored
chore: prepare xanthic v0.6.1 release (#311)
1 parent 8668fad commit 5ba95ed

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
@@ -64,7 +64,7 @@ repositories {
6464
}
6565

6666
dependencies {
67-
api(platform("io.github.xanthic.cache:cache-bom:0.6.0")) // Specify the latest version here
67+
api(platform("io.github.xanthic.cache:cache-bom:0.6.1")) // Specify the latest version here
6868
api(group = "io.github.xanthic.cache", name = "cache-core") // For library devs
6969
implementation(group = "io.github.xanthic.cache", name = "cache-provider-caffeine") // For application devs; can select any provider
7070
}
@@ -79,7 +79,7 @@ dependencies {
7979
<groupId>io.github.xanthic.cache</groupId>
8080
<artifactId>cache-bom</artifactId>
8181
<!-- Specify the latest version here -->
82-
<version>0.6.0</version>
82+
<version>0.6.1</version>
8383
<scope>import</scope>
8484
<type>pom</type>
8585
</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.0"
17+
version = "0.6.1"
1818
}
1919

2020
subprojects {

0 commit comments

Comments
 (0)