Skip to content

Commit 14b65bc

Browse files
authored
Merge pull request #135 from simple-robot/dev/main
Release: v4.0.0-beta2
2 parents deef6cf + 2f1384b commit 14b65bc

File tree

5 files changed

+18
-15
lines changed

5 files changed

+18
-15
lines changed
File renamed without changes.

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# v4.0.0-beta1
1+
# v4.0.0-beta2
22

3-
> Release & Pull Notes: [v4.0.0-beta1](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-beta1)
3+
> Release & Pull Notes: [v4.0.0-beta2](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-beta2)
44
55
- build(deps): bump org.jetbrains:annotations from 24.0.1 to 24.1.0 ([`278ac66`](https://github.com/simple-robot/simpler-robot/commit/278ac66))
66
- build(deps): bump ksp from 1.9.22-1.0.17 to 1.9.22-1.0.18 ([`0a23a80`](https://github.com/simple-robot/simpler-robot/commit/0a23a80))

Writerside/v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<vars>
44
<var name="jb" value="阻塞"/>
55
<var name="ja" value="异步"/>
6-
<var name="version" value="4.0.0-beta1"/>
6+
<var name="version" value="4.0.0-beta2"/>
77
<var name="minimum-core-version" value="4.0.0-beta1"/>
88
</vars>

buildSrc/build.gradle.kts

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
/*
2-
* Copyright (c) 2022-2023. ForteScarlet.
2+
* Copyright (c) 2022-2024. ForteScarlet.
33
*
4-
* This file is part of simbot-component-kook.
4+
* This file is part of simbot-component-kook.
55
*
6-
* simbot-component-kook is free software: you can redistribute it and/or modify it under the terms of
7-
* the GNU Lesser General Public License as published by the Free Software Foundation,
8-
* either version 3 of the License, or (at your option) any later version.
6+
* simbot-component-kook is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU Lesser General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
910
*
10-
* simbot-component-kook is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
11-
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12-
* See the GNU Lesser General Public License for more details.
11+
* simbot-component-kook is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU Lesser General Public License for more details.
1315
*
14-
* You should have received a copy of the GNU Lesser General Public License along with simbot-component-kook,
15-
* If not, see <https://www.gnu.org/licenses/>.
16+
* You should have received a copy of the GNU Lesser General Public License
17+
* along with simbot-component-kook,
18+
* If not, see <https://www.gnu.org/licenses/>.
1619
*/
1720

1821
plugins {
@@ -33,7 +36,7 @@ dependencies {
3336
implementation(libs.bundles.dokka)
3437

3538
// see https://github.com/gradle-nexus/publish-plugin
36-
implementation("io.github.gradle-nexus:publish-plugin:1.1.0")
39+
implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
3740

3841
// simbot suspend transform gradle common
3942
implementation(libs.simbot.gradle)

buildSrc/src/main/kotlin/P.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object P : ProjectDetail() {
5252
override val homepage: String
5353
get() = HOMEPAGE
5454

55-
private val baseVersion = v(4, 0, 0) - v("beta1")
55+
private val baseVersion = v(4, 0, 0) - v("beta2")
5656

5757
val snapshotVersion = baseVersion - Version.SNAPSHOT
5858
override val version = if (isSnapshot()) snapshotVersion else baseVersion

0 commit comments

Comments
 (0)