From 5f4fc5eb8c0354088e3270ffae6105905ea30551 Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Fri, 6 Sep 2024 16:09:13 +0800 Subject: [PATCH] release: v1.4.2 --- .changelog/v1.4.2.md | 7 +++++++ buildSrc/src/main/kotlin/P.kt | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .changelog/v1.4.2.md diff --git a/.changelog/v1.4.2.md b/.changelog/v1.4.2.md new file mode 100644 index 0000000..c397d83 --- /dev/null +++ b/.changelog/v1.4.2.md @@ -0,0 +1,7 @@ +> 对应核心版本: [**v4.6.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.6.0) + + +我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-onebot/issues)或[协助](https://github.com/simple-robot/simbot-component-onebot/pulls), +感谢您的贡献与支持! + +也欢迎您为我们献上一颗 `star`,这是对我们最大的鼓励与认可! diff --git a/buildSrc/src/main/kotlin/P.kt b/buildSrc/src/main/kotlin/P.kt index 4383522..081b652 100644 --- a/buildSrc/src/main/kotlin/P.kt +++ b/buildSrc/src/main/kotlin/P.kt @@ -37,8 +37,8 @@ object P { override val description: String get() = DESCRIPTION override val homepage: String get() = HOMEPAGE - const val VERSION = "1.4.1" - const val NEXT_VERSION = "1.4.2" + const val VERSION = "1.4.2" + const val NEXT_VERSION = "1.4.3" override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT" override val version = if (isSnapshot()) snapshotVersion else VERSION