Skip to content

Commit 104b532

Browse files
committed
prepare for 1.0.2
1 parent cc6d044 commit 104b532

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "me.lightless.bot"
10-
version = "1.0.1-SNAPSHOT"
10+
version = "1.0.2-SNAPSHOT"
1111

1212
repositories {
1313
maven("https://dl.bintray.com/kotlin/kotlin-eap")

src/main/kotlin/me/lightless/izumi/plugin/command/impl/About.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class About : ICommand {
2121
logger.debug("$commandName called")
2222
val message = """
2323
|BotIzumi Project
24-
|Version: 1.0.1-SNAPSHOT
24+
|Version: 1.0.2-SNAPSHOT
2525
|
2626
|A QQ bot based on mirai (https://github.com/mamoe/mirai).
2727
|

0 commit comments

Comments
 (0)