-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b9ce01
commit 0ad2cec
Showing
4 changed files
with
20 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,23 +23,6 @@ | |
import love.forte.gradle.common.core.project.ProjectDetail | ||
import love.forte.gradle.common.core.property.systemProp | ||
|
||
/* | ||
* Copyright (c) 2022-2022 ForteScarlet <[email protected]> | ||
* | ||
* 本文件是 simbot-component-kook 的一部分。 | ||
* | ||
* simbot-component-kook 是自由软件:你可以再分发之和/或依照由自由软件基金会发布的 GNU 通用公共许可证修改之,无论是版本 3 许可证,还是(按你的决定)任何以后版都可以。 | ||
* | ||
* 发布 simbot-component-kook 是希望它能有用,但是并无保障;甚至连可销售和符合某个特定的目的都不保证。请参看 GNU 通用公共许可证,了解详情。 | ||
* | ||
* 你应该随程序获得一份 GNU 通用公共许可证的复本。如果没有,请看: | ||
* https://www.gnu.org/licenses | ||
* https://www.gnu.org/licenses/gpl-3.0-standalone.html | ||
* https://www.gnu.org/licenses/lgpl-3.0-standalone.html | ||
* | ||
* | ||
*/ | ||
|
||
|
||
object P : ProjectDetail() { | ||
const val GROUP = "love.forte.simbot.component" | ||
|
@@ -49,8 +32,8 @@ object P : ProjectDetail() { | |
override val homepage: String | ||
get() = HOMEPAGE | ||
|
||
const val VERSION = "4.0.0-beta6" | ||
const val NEXT_VERSION = "4.0.0-beta7" | ||
const val VERSION = "4.0.0" | ||
const val NEXT_VERSION = "4.0.1" | ||
|
||
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT" | ||
override val version = if (isSnapshot()) snapshotVersion else VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters