File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ 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 )
4
4
[ ![ 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/ )
5
6
[ ![ Javadoc] ( https://javadoc.io/badge2/io.github.xanthic.cache/cache-api/javadoc.svg )] ( https://javadoc.io/doc/io.github.xanthic.cache )
6
7
7
8
[ ![ 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 {
61
62
}
62
63
63
64
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
65
66
api(group = " io.github.xanthic.cache" , name = " cache-core" ) // For library devs
66
67
implementation(group = " io.github.xanthic.cache" , name = " cache-provider-caffeine" ) // For application devs; can select any provider
67
68
}
@@ -76,7 +77,7 @@ dependencies {
76
77
<groupId >io.github.xanthic.cache</groupId >
77
78
<artifactId >cache-bom</artifactId >
78
79
<!-- Specify the latest version here -->
79
- <version >0.1.0 </version >
80
+ <version >0.1.1 </version >
80
81
<scope >import</scope >
81
82
<type >pom</type >
82
83
</dependency >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ allprojects {
14
14
}
15
15
16
16
group = " io.github.xanthic.cache"
17
- version = " 0.1.0 "
17
+ version = " 0.1.1 "
18
18
}
19
19
20
20
subprojects {
You can’t perform that action at this time.
0 commit comments