Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Apr 20, 2024
1 parent e0c6c33 commit 1bfca77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jcef/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
mavenPublishing {
publishToMavenCentral(host = SonatypeHost.S01, automaticRelease = true)
signAllPublications()
coordinates("dev.datlag", "jcef", "2024.01.07.1")
coordinates("dev.datlag", "jcef", "2024.04.20")

pom {
name.set(project.name)
Expand Down
2 changes: 1 addition & 1 deletion kcef/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tasks.dokkaHtmlPartial {
mavenPublishing {
publishToMavenCentral(host = SonatypeHost.S01, automaticRelease = true)
signAllPublications()
coordinates("dev.datlag", "kcef", "2024.01.07.2")
coordinates("dev.datlag", "kcef", "2024.04.20")

pom {
name.set(project.name)
Expand Down

0 comments on commit 1bfca77

Please sign in to comment.