Skip to content

Commit

Permalink
release: v3.0.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Mar 10, 2023
1 parent 7d433ee commit dee1f70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

| **模块** | **repo1.maven** | **search.maven** |
|---------|-----------------|------------------|
| simbot-kook-api | [simbot-kook-api: v3.0.0.0-alpha.5](https://repo1.maven.org/maven2/love/forte/simbot/component/simbot-component-kook-api/3.0.0.0-alpha.5) | [simbot-kook-api: v3.0.0.0-alpha.5](https://search.maven.org/artifact/love.forte.simbot.component/simbot-component-kook-api/3.0.0.0-alpha.5/jar) |
| simbot-kook-stdlib | [simbot-kook-stdlib: v3.0.0.0-alpha.5](https://repo1.maven.org/maven2/love/forte/simbot/component/simbot-component-kook-stdlib/3.0.0.0-alpha.5) | [simbot-kook-stdlib: v3.0.0.0-alpha.5](https://search.maven.org/artifact/love.forte.simbot.component/simbot-component-kook-stdlib/3.0.0.0-alpha.5/jar) |
| simbot-kook-core | [simbot-kook-core: v3.0.0.0-alpha.5](https://repo1.maven.org/maven2/love/forte/simbot/component/simbot-component-kook-core/3.0.0.0-alpha.5) | [simbot-kook-core: v3.0.0.0-alpha.5](https://search.maven.org/artifact/love.forte.simbot.component/simbot-component-kook-core/3.0.0.0-alpha.5/jar) |
| simbot-kook-api | [simbot-kook-api: v3.0.0.0-alpha.4](https://repo1.maven.org/maven2/love/forte/simbot/component/simbot-component-kook-api/3.0.0.0-alpha.4) | [simbot-kook-api: v3.0.0.0-alpha.4](https://search.maven.org/artifact/love.forte.simbot.component/simbot-component-kook-api/3.0.0.0-alpha.4/jar) |
| simbot-kook-stdlib | [simbot-kook-stdlib: v3.0.0.0-alpha.4](https://repo1.maven.org/maven2/love/forte/simbot/component/simbot-component-kook-stdlib/3.0.0.0-alpha.4) | [simbot-kook-stdlib: v3.0.0.0-alpha.4](https://search.maven.org/artifact/love.forte.simbot.component/simbot-component-kook-stdlib/3.0.0.0-alpha.4/jar) |
| simbot-kook-core | [simbot-kook-core: v3.0.0.0-alpha.4](https://repo1.maven.org/maven2/love/forte/simbot/component/simbot-component-kook-core/3.0.0.0-alpha.4) | [simbot-kook-core: v3.0.0.0-alpha.4](https://search.maven.org/artifact/love.forte.simbot.component/simbot-component-kook-core/3.0.0.0-alpha.4/jar) |
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ object P : ProjectDetail() {
0, 0
)

private val alphaSuffix = v("alpha", 5)
private val alphaSuffix = v("alpha", 4)

override val version: Version = baseVersion - alphaSuffix

Expand Down

0 comments on commit dee1f70

Please sign in to comment.