Skip to content

Commit 82e538f

Browse files
authored
chore: release xanthic v0.4.0 (#177)
1 parent 48356e6 commit 82e538f

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
@@ -63,7 +63,7 @@ repositories {
6363
}
6464

6565
dependencies {
66-
api(platform("io.github.xanthic.cache:cache-bom:0.3.0")) // Specify the latest version here
66+
api(platform("io.github.xanthic.cache:cache-bom:0.4.0")) // Specify the latest version here
6767
api(group = "io.github.xanthic.cache", name = "cache-core") // For library devs
6868
implementation(group = "io.github.xanthic.cache", name = "cache-provider-caffeine") // For application devs; can select any provider
6969
}
@@ -78,7 +78,7 @@ dependencies {
7878
<groupId>io.github.xanthic.cache</groupId>
7979
<artifactId>cache-bom</artifactId>
8080
<!-- Specify the latest version here -->
81-
<version>0.3.0</version>
81+
<version>0.4.0</version>
8282
<scope>import</scope>
8383
<type>pom</type>
8484
</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.3.0"
17+
version = "0.4.0"
1818
}
1919

2020
subprojects {

0 commit comments

Comments
 (0)