Skip to content

Commit 1a7fd48

Browse files
committed
release: v1.1.0
1 parent 647637f commit 1a7fd48

File tree

12 files changed

+3
-76
lines changed

12 files changed

+3
-76
lines changed

.changelog/v0.1.0.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changelog/v0.1.1.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/v0.2.0.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/v0.3.0.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/v0.5.0.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/v0.6.0.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/v0.7.0.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/v0.8.0.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/v0.9.0.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/v0.9.1.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/v0.4.0.md renamed to .changelog/v1.1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> 对应核心版本: [**v4.0.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0)
1+
> 对应核心版本: [**v4.1.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.1.0)
22
33

44
我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-onebot/issues)[协助](https://github.com/simple-robot/simbot-component-onebot/pulls)

buildSrc/src/main/kotlin/P.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ object P {
3737
override val description: String get() = DESCRIPTION
3838
override val homepage: String get() = HOMEPAGE
3939

40-
const val VERSION = "1.1.1"
41-
const val NEXT_VERSION = "1.1.2"
40+
const val VERSION = "1.1.0"
41+
const val NEXT_VERSION = "1.1.1"
4242

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

0 commit comments

Comments
 (0)