Skip to content

Commit

Permalink
chore: release xanthic v0.4.2 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy authored Oct 17, 2023
1 parent 944a889 commit 77a3edb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ repositories {
}

dependencies {
api(platform("io.github.xanthic.cache:cache-bom:0.4.1")) // Specify the latest version here
api(platform("io.github.xanthic.cache:cache-bom:0.4.2")) // Specify the latest version here
api(group = "io.github.xanthic.cache", name = "cache-core") // For library devs
implementation(group = "io.github.xanthic.cache", name = "cache-provider-caffeine") // For application devs; can select any provider
}
Expand All @@ -78,7 +78,7 @@ dependencies {
<groupId>io.github.xanthic.cache</groupId>
<artifactId>cache-bom</artifactId>
<!-- Specify the latest version here -->
<version>0.4.1</version>
<version>0.4.2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ allprojects {
}

group = "io.github.xanthic.cache"
version = "0.4.1"
version = "0.4.2"
}

subprojects {
Expand Down

0 comments on commit 77a3edb

Please sign in to comment.