Skip to content

Commit 80120ac

Browse files
authored
chore: bump xanthic to 0.1.1 (#39)
1 parent 6f8a872 commit 80120ac

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Latest](https://img.shields.io/github/release/Xanthic/cache-api/all.svg?style=flate&label=latest)](https://search.maven.org/search?q=g:io.github.xanthic.cache)
44
[![Build](https://github.com/Xanthic/cache-api/actions/workflows/gradle.yml/badge.svg)](https://github.com/Xanthic/cache-api/actions/workflows/gradle.yml)
5+
[![Documentation](https://img.shields.io/badge/documentation-grey.svg?style=flat)](https://Xanthic.github.io/)
56
[![Javadoc](https://javadoc.io/badge2/io.github.xanthic.cache/cache-api/javadoc.svg)](https://javadoc.io/doc/io.github.xanthic.cache)
67

78
[![Code Quality](https://www.codefactor.io/repository/github/xanthic/cache-api/badge)](https://www.codefactor.io/repository/github/xanthic/cache-api)
@@ -61,7 +62,7 @@ repositories {
6162
}
6263

6364
dependencies {
64-
api(platform("io.github.xanthic.cache:cache-bom:0.1.0")) // Specify the latest version here
65+
api(platform("io.github.xanthic.cache:cache-bom:0.1.1")) // Specify the latest version here
6566
api(group = "io.github.xanthic.cache", name = "cache-core") // For library devs
6667
implementation(group = "io.github.xanthic.cache", name = "cache-provider-caffeine") // For application devs; can select any provider
6768
}
@@ -76,7 +77,7 @@ dependencies {
7677
<groupId>io.github.xanthic.cache</groupId>
7778
<artifactId>cache-bom</artifactId>
7879
<!-- Specify the latest version here -->
79-
<version>0.1.0</version>
80+
<version>0.1.1</version>
8081
<scope>import</scope>
8182
<type>pom</type>
8283
</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.0"
17+
version = "0.1.1"
1818
}
1919

2020
subprojects {

0 commit comments

Comments
 (0)