Skip to content

Commit

Permalink
release: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Aug 4, 2024
1 parent 647637f commit 1a7fd48
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 76 deletions.
10 changes: 0 additions & 10 deletions .changelog/v0.1.0.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v0.1.1.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v0.2.0.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v0.3.0.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v0.5.0.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v0.6.0.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v0.7.0.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v0.8.0.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v0.9.0.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v0.9.1.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changelog/v0.4.0.md → .changelog/v1.1.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> 对应核心版本: [**v4.0.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0)
> 对应核心版本: [**v4.1.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.1.0)

我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-onebot/issues)[协助](https://github.com/simple-robot/simbot-component-onebot/pulls)
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ object P {
override val description: String get() = DESCRIPTION
override val homepage: String get() = HOMEPAGE

const val VERSION = "1.1.1"
const val NEXT_VERSION = "1.1.2"
const val VERSION = "1.1.0"
const val NEXT_VERSION = "1.1.1"

override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
override val version = if (isSnapshot()) snapshotVersion else VERSION
Expand Down

0 comments on commit 1a7fd48

Please sign in to comment.