From 4e141691e7843b3f0ccea56c3a816da2baca2ed7 Mon Sep 17 00:00:00 2001 From: fmjsjx Date: Mon, 30 Mar 2026 17:03:25 +0800 Subject: [PATCH] [Chore] Prepare next development iteration `Version 4.1.5` --- README.md | 6 +++--- .../src/main/kotlin/libnetty.publish-conventions.gradle.kts | 2 +- libnetty-http-client/src/main/resources/default-user-agent | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 24ba442..2bc1d6d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ A set of some useful libraries based on Netty4. com.github.fmjsjx libnetty-bom - 4.1.4 + 4.1.5-SNAPSHOT pom import @@ -48,7 +48,7 @@ repositories { dependencies { // BOM - implementation platform('com.github.fmjsjx:libnetty-bom:4.1.4') + implementation platform('com.github.fmjsjx:libnetty-bom:4.1.5-SNAPSHOT') // HTTP server implementation 'com.github.fmjsjx:libnetty-http-server' } @@ -62,7 +62,7 @@ repositories { dependencies { // BOM - implementation(platform("com.github.fmjsjx:libnetty-bom:4.1.4")) + implementation(platform("com.github.fmjsjx:libnetty-bom:4.1.5-SNAPSHOT")) // HTTP server implementation("com.github.fmjsjx:libnetty-http-server") } diff --git a/buildSrc/src/main/kotlin/libnetty.publish-conventions.gradle.kts b/buildSrc/src/main/kotlin/libnetty.publish-conventions.gradle.kts index f390523..8d68717 100644 --- a/buildSrc/src/main/kotlin/libnetty.publish-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/libnetty.publish-conventions.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "com.github.fmjsjx" -version = "4.1.4" +version = "4.1.5-SNAPSHOT" publishing { repositories { diff --git a/libnetty-http-client/src/main/resources/default-user-agent b/libnetty-http-client/src/main/resources/default-user-agent index 9fde7e9..0c88b77 100644 --- a/libnetty-http-client/src/main/resources/default-user-agent +++ b/libnetty-http-client/src/main/resources/default-user-agent @@ -1 +1 @@ -Libnetty/4.1.4 \ No newline at end of file +Libnetty/4.1.5-SNAPSHOT \ No newline at end of file