diff --git a/README.md b/README.md index 826ff3c..eb86990 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A set of some common useful libraries. com.github.fmjsjx libcommon-bom - 3.6.1 + 3.7.0-RC1 pom import @@ -52,7 +52,7 @@ repositories { dependencies { // BOM - implementation platform('com.github.fmjsjx:libcommon-bom:3.6.1') + implementation platform('com.github.fmjsjx:libcommon-bom:3.7.0-RC1') // Common Utility implementation 'com.github.fmjsjx:libcommon-util' // JSON library based on Fastjson2 @@ -71,7 +71,7 @@ repositories { dependencies { // BOM - implementation(platform("com.github.fmjsjx:libcommon-bom:3.6.1")) + implementation(platform("com.github.fmjsjx:libcommon-bom:3.7.0-RC1")) // Common Utility implementation("com.github.fmjsjx:libcommon-util") // JSON library based on Fastjson2 diff --git a/buildSrc/src/main/kotlin/libcommon.publish-conventions.gradle.kts b/buildSrc/src/main/kotlin/libcommon.publish-conventions.gradle.kts index a326336..efc6920 100644 --- a/buildSrc/src/main/kotlin/libcommon.publish-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/libcommon.publish-conventions.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "com.github.fmjsjx" -version = "3.6.1" +version = "3.7.0-RC1" publishing { repositories {