Skip to content

Commit e52fb75

Browse files
authored
chore: bump xanthic to 0.2.0 (#98)
1 parent 2cde1d1 commit e52fb75

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
@@ -62,7 +62,7 @@ repositories {
6262
}
6363

6464
dependencies {
65-
api(platform("io.github.xanthic.cache:cache-bom:0.1.2")) // Specify the latest version here
65+
api(platform("io.github.xanthic.cache:cache-bom:0.2.0")) // Specify the latest version here
6666
api(group = "io.github.xanthic.cache", name = "cache-core") // For library devs
6767
implementation(group = "io.github.xanthic.cache", name = "cache-provider-caffeine") // For application devs; can select any provider
6868
}
@@ -77,7 +77,7 @@ dependencies {
7777
<groupId>io.github.xanthic.cache</groupId>
7878
<artifactId>cache-bom</artifactId>
7979
<!-- Specify the latest version here -->
80-
<version>0.1.2</version>
80+
<version>0.2.0</version>
8181
<scope>import</scope>
8282
<type>pom</type>
8383
</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.1.2"
17+
version = "0.2.0"
1818
}
1919

2020
subprojects {

0 commit comments

Comments
 (0)